Intersoft ClientUI Documentation
WatermarkTextStyle Property (UXComboBox)



Specifies the watermark text style.
Syntax
<CategoryAttribute("Common Properties")>
Public Property WatermarkTextStyle As FontStyle
Dim instance As UXComboBox
Dim value As FontStyle
 
instance.WatermarkTextStyle = value
 
value = instance.WatermarkTextStyle
[CategoryAttribute("Common Properties")]
public FontStyle WatermarkTextStyle {get; set;}
[CategoryAttribute("Common Properties")]
public:
property FontStyle WatermarkTextStyle {
   FontStyle get();
   void set (    FontStyle 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

UXComboBox Class
UXComboBox Members

Send Feedback