Xceed Grid for WinForms v4.3 Documentation
MaskPromptChar Property (TextBoxArea)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > TextBoxArea Class : MaskPromptChar Property
Gets or sets the character used to prompt a user for input.
Syntax
'Declaration
 
<DescriptionAttribute("The character used to prompt a user for input.")>
<CategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<TypeConverterAttribute("Xceed.Editors.Design.PaddingCharTypeConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
Public Property MaskPromptChar As Char
'Usage
 
Dim instance As TextBoxArea
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.Editors.v2.6.Design,Version=2.6.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, DefaultMaskPromptChar.
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

Reference

TextBoxArea Class
TextBoxArea Members