Intersoft ClientUI Documentation
DisplayMode Property (UXMaskedInput)



Specifies the display mode option.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DisplayMode As MaskDisplayMode
Dim instance As UXMaskedInput
Dim value As MaskDisplayMode
 
instance.DisplayMode = value
 
value = instance.DisplayMode
[CategoryAttribute("Common Properties")]
public MaskDisplayMode DisplayMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property MaskDisplayMode DisplayMode {
   MaskDisplayMode get();
   void set (    MaskDisplayMode value);
}
Remarks
UXMaskedInput display text is determined by the DisplayMode property. The default value of DisplayMode property is EditText which mean it will display the editing text when this mode is used. On the other hand if you can set the DisplayMode property to Value to use the value of UXMaskedInput as displayed text.
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