'Declaration
<SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("MaskedTextBoxPromptCharDescr")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(_)> Public Property PromptChar As System.Char
'Usage
Dim instance As NMaskedTextBox Dim value As System.Char instance.PromptChar = value value = instance.PromptChar
[SRCategory("CatAppearance")] [SRDescription("MaskedTextBoxPromptCharDescr")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue(_)] public System.char PromptChar {get; set;}