Intersoft ClientUI Documentation
IsSaveMask Property



Specifies the save mask option.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsSaveMask As Boolean
Dim instance As UXMaskedInput
Dim value As Boolean
 
instance.IsSaveMask = value
 
value = instance.IsSaveMask
[CategoryAttribute("Common Properties")]
public bool IsSaveMask {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsSaveMask {
   bool get();
   void set (    bool value);
}
Remarks
Enabling IsSaveMask save the mask character to the value. The Value property accept valid text with any combination of IsSaveLiteral or IsSaveMask.
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