GuiHost..::..CtrlPressed Property

Gets a value indicating whether [CTRL pressed].

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

Syntax


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

Field Value

true if [CTRL pressed]; otherwise, false.