.NET Documentation
C#
VB
Show/Hide TOC
Watermark
Modes Enumeration
Identifies the ways to display the watermark on a control.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
enum
WatermarkModes
VB
Copy
Public
Enumeration
WatermarkModes
Members
Always
0
Always show that no data exists in the control.
WithoutFocus
1
Show only when the control does not have keyboard focus and no data exists.
See Also
Reference
Aliquo.Windows.Controls Namespace
In This Article
Definition
Members
See Also