WatermarkModes 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#
public enum WatermarkModes

Members

Always0 Always show that no data exists in the control.
WithoutFocus1 Show only when the control does not have keyboard focus and no data exists.

See Also