Control..::..Enabled Property

Gets/Sets whether or not the control, and all its children, is enabled

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

Syntax


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