UITestActionExecutor.MoveScrollWheel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract void MoveScrollWheel(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyElement ^ control, int wheelMoveCount, System::Windows::Input::ModifierKeys modifierKeys);
public abstract void MoveScrollWheel (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement control, int wheelMoveCount, System.Windows.Input.ModifierKeys modifierKeys);
abstract member MoveScrollWheel : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement * int * System.Windows.Input.ModifierKeys -> unit
Public MustOverride Sub MoveScrollWheel (control As UITechnologyElement, wheelMoveCount As Integer, modifierKeys As ModifierKeys)
Parameters
- control
- UITechnologyElement
- wheelMoveCount
- Int32
- modifierKeys
- ModifierKeys