Control..::..NoEvents Property

Gets/Sets whether or not the control is interactive and processes any events

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

Syntax


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