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.

UITestActionExecutor::ReleaseModifierKeys Method (UITechnologyElement^, ModifierKeys)

 

Releases the given modifier keys that was pressed using PressModifierKeys.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual void ReleaseModifierKeys(
	UITechnologyElement^ control,
	ModifierKeys keys
) abstract

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElement^

The control to which the key release (up) is sent.

keys
Type: System.Windows.Input::ModifierKeys

The modifier keys to release.

Return to top
Show: