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

Gets or sets the hotkey for the shortcut.

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

Syntax

C#
public Keys Hotkey { get; set; }
Visual Basic
Public Property Hotkey As Keys
	Get
	Set
Visual C++
public:
property Keys Hotkey {
	Keys get ();
	void set (Keys value);
}
F#
member Hotkey : Keys with get, set
JScript
function get Hotkey () : Keys
function set Hotkey (value : Keys)

See Also