Gets or sets the character used to prompt a user for input.
'Declaration
<DescriptionAttribute("The character used to prompt a user for input.")>
<CategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<TypeConverterAttribute("Xceed.Editors.Design.PaddingCharTypeConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
Public Property MaskPromptChar As Char
'Usage
Dim instance As TextEditor
Dim value As Char
instance.MaskPromptChar = value
value = instance.MaskPromptChar
[Description("The character used to prompt a user for input.")]
[Category("Appearance")]
[RefreshProperties(RefreshProperties.Repaint)]
[TypeConverter("Xceed.Editors.Design.PaddingCharTypeConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
public char MaskPromptChar {get; set;}
Property Value
A character representing the character used to prompt a user for input. By default, '_'.
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