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: Boolean
true if the input represents a global hot key; otherwise, false.
Remarks
Setting this property raises the PropertyChanged event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.