Control..::..State Property

Gets/Sets the state

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

Syntax


public ControlState State { get; set; }
Public Property State As ControlState
	Get
	Set
public:
property ControlState^ State {
	ControlState^ get ();
	void set (ControlState^ value);
}