GuiHost..::..AltPressed Property

Gets a value indicating whether [alt pressed].

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

Syntax


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

Field Value

true if [alt pressed]; otherwise, false.