Nevron.UI.WinForm.Controls Namespace / NMaskedTextBox Class / PromptChar Property


PromptChar Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also