Intersoft ClientUI Documentation
MaskCharacter Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXMaskedInput Class : MaskCharacter Property






Gets or sets the character that represents an editable placeholder.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property MaskCharacter As Char
Visual Basic (Usage)Copy Code
Dim instance As UXMaskedInput
Dim value As Char
 
instance.MaskCharacter = value
 
value = instance.MaskCharacter
C# 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public char MaskCharacter {get; set;}
Delphi 
public read-write property MaskCharacter: Char; 
JScript 
CategoryAttribute("Common Properties")
TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set MaskCharacter : char
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property char get_MaskCharacter();
public: __property void set_MaskCharacter( 
   char value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.CharTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.