Intersoft ClientUI Documentation
IsSaveLiteral Property



Specifies the save literal option.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsSaveLiteral As Boolean
Dim instance As UXMaskedInput
Dim value As Boolean
 
instance.IsSaveLiteral = value
 
value = instance.IsSaveLiteral
[CategoryAttribute("Common Properties")]
public bool IsSaveLiteral {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsSaveLiteral {
   bool get();
   void set (    bool value);
}
Remarks
Enabling IsSaveLiteral save the literal 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