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

public bool IsGlobalHotkey { get; set; }
public:
property bool IsGlobalHotkey {
    bool get();
    void set(bool value);
}
member IsGlobalHotkey : bool with get, set
Public Property IsGlobalHotkey As 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.

See Also

PropertyChanged
InputAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top