Keyboard.ReleaseModifierKeys Method
Include Protected Members
Include Inherited Members
Releases the keys that were previously pressed by using the PressModifierKeys method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReleaseModifierKeys(ModifierKeys) | Releases the specified keys that were previously pressed by using the PressModifierKeys method. | |
ReleaseModifierKeys(UITestControl, ModifierKeys) | Releases the specified keys that were previously pressed by using the PressModifierKeys method in the given control. |
Top