GuiHost..::..ShiftPressed Property

Gets a value indicating whether [shift pressed].

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

Syntax


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

Field Value

true if [shift pressed]; otherwise, false.