[This is preliminary documentation and is subject to change.]

Indicates if the ALT key was pressed

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool AltState { get; }
Visual Basic
Public ReadOnly Property AltState As Boolean
	Get
Visual C++
public:
property bool AltState {
	bool get ();
}
F#
member AltState : bool
JScript
function get AltState () : boolean

See Also