Intersoft ClientUI Documentation
ShowWatermarkOnFocus Property (UXPasswordBox)



Gets or sets a value indicating whether the watermark text should keep visible when the textbox is focused. If the value is true, the watermark text will be hidden only when the Text property of the textbox is not empty.
Syntax
Public Property ShowWatermarkOnFocus As Boolean
Dim instance As UXPasswordBox
Dim value As Boolean
 
instance.ShowWatermarkOnFocus = value
 
value = instance.ShowWatermarkOnFocus
public bool ShowWatermarkOnFocus {get; set;}
public:
property bool ShowWatermarkOnFocus {
   bool get();
   void set (    bool value);
}
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

UXPasswordBox Class
UXPasswordBox Members

Send Feedback