Table of Contents

Class DummyActionSimulatorHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements dummy user interface action simulator which does nothing.

public class DummyActionSimulatorHandler : DisposableObject, IBaseObject, IDisposableObject, IActionSimulatorHandler, IDisposable
Inheritance
DummyActionSimulatorHandler
Implements

Methods

SendChar(Key, RawModifierKeys)

Presses and release a key.

SendKeyDown(Key, RawModifierKeys)

Presses a key.

SendKeyUp(Key, RawModifierKeys)

Releases a key.

SendMouseClick(MouseButton)

Clicks a mouse button.

SendMouseDblClick(MouseButton)

Double-clicks a mouse button.

SendMouseDown(MouseButton)

Presses a mouse button.

SendMouseDragDrop(int, int, int, int, MouseButton)

Performs a drag and drop operation.

SendMouseMove(PointI)

Moves the mouse to the specified coordinates.

SendMouseUp(MouseButton)

Releases a mouse button.

SendSelect(string)

Simulates selection of an item with the given text.

SendText(string)

Emulates typing in the keys representing the given string.