RadioButton..::..Checked Property

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

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

Syntax


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

Field Value

true if checked; otherwise, false.