Intersoft ClientUI Documentation
ShowDisplayMaskOnBlank Property



Specifies whether the display mask is shown when value is blank.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ShowDisplayMaskOnBlank As Boolean
Dim instance As UXMaskedInput
Dim value As Boolean
 
instance.ShowDisplayMaskOnBlank = value
 
value = instance.ShowDisplayMaskOnBlank
[CategoryAttribute("Common Properties")]
public bool ShowDisplayMaskOnBlank {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool ShowDisplayMaskOnBlank {
   bool get();
   void set (    bool value);
}
Remarks
Enabling ShowDisplayMaskOnBlank show the displayed text when the UXMaskedInput valus is null. The displayed text is controlled by the DisplayMode property.
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