Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ModifierKeys Enumeration

 

Specifies the set of modifier keys.

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

[FlagsAttribute]
public enum class ModifierKeys

Member nameDescription
Alt

The ALT key.

Control

The CTRL key.

None

No modifiers are pressed.

Shift

The SHIFT key.

Windows

The Windows logo key.

Return to top
Show: