Gets or sets a value indicating whether the ThreeStateCheckBox should show text beside the actual checkbox.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual bool ShowText { get; set; }
Visual Basic
Public Overridable Property ShowText As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ShowText {
	bool get ();
	void set (bool value);
}
F#
abstract ShowText : bool with get, set
override ShowText : bool with get, set

Property Value

Type: Boolean
true to show text beside ThreeStateCheckBox control; otherwise, false. The default is true.

See Also