Gets or sets the mask applied to the textbox's text.
'Declaration
<DescriptionAttribute("The mask applied to the textbox's text.")>
<CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<EditorAttribute("Xceed.Editors.Design.MaskUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
Public Property Mask As String
'Usage
Dim instance As TextBoxArea
Dim value As String
instance.Mask = value
value = instance.Mask
[Description("The mask applied to the textbox's text.")]
[Category("Appearance")]
[Localizable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
[Editor("Xceed.Editors.Design.MaskUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
public string Mask {get; set;}
Property Value
A string representing the masked applied to the textbox's text.
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