ICheckable..::..Checked Property

Gets or sets a value indicating whether this [ICheckable] is checked.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


bool Checked { get; set; }
Property Checked As Boolean
	Get
	Set
property bool^ Checked {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if checked; otherwise, false.