Intersoft ClientUI Documentation
MaskCharacter Property



Gets or sets the character that represents an editable placeholder.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Property MaskCharacter As Char
Dim instance As UXMaskedInput
Dim value As Char
 
instance.MaskCharacter = value
 
value = instance.MaskCharacter
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public char MaskCharacter {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public:
property char MaskCharacter {
   char get();
   void set (    char value);
}
Remarks

The MaskCharacter property allows a single character custom mask. By default the MaskCharacter is _.

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

UXMaskedInput Class
UXMaskedInput Members

Concepts

UXMaskedInput

Send Feedback