ActivateWindow(IWindowHandle)
|
|
FormatToString(ToStringBuilder)
|
|
KeyDown(IWindowHandle, VirtualKeyCode)
|
Simulates the key down gesture for the specified key.
|
KeyUp(IWindowHandle, VirtualKeyCode)
|
Simulates the key up gesture for the specified key.
|
LeftButtonDown(IWindowHandle, Point)
|
Simulates a mouse left button down gesture.
|
LeftButtonUp(IWindowHandle, Point)
|
Simulates a mouse left button up gesture.
|
MiddleButtonDown(IWindowHandle, Point)
|
Simulates a mouse middle button down gesture.
|
MiddleButtonUp(IWindowHandle, Point)
|
Simulates a mouse middle button up gesture.
|
MouseWheelHorizontalScroll(IWindowHandle, int)
|
|
MouseWheelVerticalScroll(IWindowHandle, int)
|
|
MoveMouseBy(IWindowHandle, int, int)
|
Simulates a mouse movement by the specified distances relative to its current position.
|
MoveMouseTo(IWindowHandle, Point)
|
Simulates mouse movement to the specified location relative to window position.
|
MoveMouseTo(IWindowHandle, Point, Point, TimeSpan, TimeSpan, TimeSpan)
|
|
RightButtonDown(IWindowHandle, Point)
|
Simulates a mouse right button down gesture.
|
RightButtonUp(IWindowHandle, Point)
|
Simulates a mouse right button up gesture.
|
XButtonDown(IWindowHandle, int, Point)
|
Simulates a mouse X button down gesture.
|
XButtonUp(IWindowHandle, int, Point)
|
Simulates a mouse X button up gesture.
|