Button..::..CheckOnClick Property

Gets or sets a value indicating whether Checked changes on MouseClick.

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

Syntax


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

Field Value

true if [check on click]; otherwise, false.