InputAction.IsGlobalHotkey Property

Gets or sets a value that indicates whether the input is a global keyboard shortcut.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property IsGlobalHotkey As Boolean
public bool IsGlobalHotkey { get; set; }
public:
property bool IsGlobalHotkey {
    bool get ();
    void set (bool value);
}
member IsGlobalHotkey : bool with get, set
function get IsGlobalHotkey () : boolean
function set IsGlobalHotkey (value : boolean)

Property Value

Type: System.Boolean
true if the input represents a global hot key; otherwise, false.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

InputAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged