Method | Description | |
---|---|---|
InvalidateMeasurement ( this sanderling ) : void | ||
IsAltKey ( this key ) : bool | ||
IsCtrlKey ( this key ) : bool | ||
KeyDown ( this sanderling, IEnumerable |
||
KeyDown ( this sanderling, VirtualKeyCode key ) : MotionResult | ||
KeyUp ( this sanderling, IEnumerable |
||
KeyUp ( this sanderling, VirtualKeyCode key ) : MotionResult | ||
KeyboardPress ( this sanderling, VirtualKeyCode key ) : MotionResult | ||
KeyboardPressCombined ( this sanderling, IEnumerable |
||
KeyboardPressSequence ( this sanderling, IEnumerable |
||
MouseClick ( this host, IUIElement destination, MouseButtonIdEnum mouseButton ) : MotionResult | ||
MouseClickLeft ( this host, IUIElement destination ) : MotionResult | ||
MouseClickRight ( this host, IUIElement destination ) : MotionResult | ||
MouseDragAndDrop ( this host, IUIElement elementToDrag, IUIElement destination ) : MotionResult | ||
MouseDragAndDrop ( this host, IUIElement elementToDrag, IUIElement destination, MouseButtonIdEnum mouseButton ) : MotionResult | ||
MouseMove ( this host, IUIElement destination, MouseButtonIdEnum mouseButton = null ) : MotionResult | ||
TextEntry ( this sanderling, string text ) : MotionResult | ||
WaitForMeasurement ( this sanderling ) : void | ||
WindowPostMessage ( this host, uint msg, |
||
WindowPostMessageKeyDown ( this host, VirtualKeyCode key, |
||
WindowPostMessageKeyUp ( this host, VirtualKeyCode key, |
||
WindowToForeground ( this sanderling ) : MotionResult |
static public InvalidateMeasurement ( this sanderling ) : void | ||
sanderling | this | |
return | void |
static public KeyDown ( this sanderling, IEnumerable |
||
sanderling | this | |
listKey | IEnumerable |
|
return | MotionResult |
static public KeyDown ( this sanderling, VirtualKeyCode key ) : MotionResult | ||
sanderling | this | |
key | VirtualKeyCode | |
return | MotionResult |
static public KeyUp ( this sanderling, IEnumerable |
||
sanderling | this | |
listKey | IEnumerable |
|
return | MotionResult |
static public KeyUp ( this sanderling, VirtualKeyCode key ) : MotionResult | ||
sanderling | this | |
key | VirtualKeyCode | |
return | MotionResult |
static public KeyboardPress ( this sanderling, VirtualKeyCode key ) : MotionResult | ||
sanderling | this | |
key | VirtualKeyCode | |
return | MotionResult |
static public KeyboardPressCombined ( this sanderling, IEnumerable |
||
sanderling | this | |
setKey | IEnumerable |
|
return | MotionResult |
static public KeyboardPressSequence ( this sanderling, IEnumerable |
||
sanderling | this | |
listKey | IEnumerable |
|
return | IEnumerable |
static public MouseClick ( this host, IUIElement destination, MouseButtonIdEnum mouseButton ) : MotionResult | ||
host | this | |
destination | IUIElement | |
mouseButton | MouseButtonIdEnum | |
return | MotionResult |
static public MouseClickLeft ( this host, IUIElement destination ) : MotionResult | ||
host | this | |
destination | IUIElement | |
return | MotionResult |
static public MouseClickRight ( this host, IUIElement destination ) : MotionResult | ||
host | this | |
destination | IUIElement | |
return | MotionResult |
static public MouseDragAndDrop ( this host, IUIElement elementToDrag, IUIElement destination ) : MotionResult | ||
host | this | |
elementToDrag | IUIElement | |
destination | IUIElement | |
return | MotionResult |
static public MouseDragAndDrop ( this host, IUIElement elementToDrag, IUIElement destination, MouseButtonIdEnum mouseButton ) : MotionResult | ||
host | this | |
elementToDrag | IUIElement | |
destination | IUIElement | |
mouseButton | MouseButtonIdEnum | |
return | MotionResult |
static public MouseMove ( this host, IUIElement destination, MouseButtonIdEnum mouseButton = null ) : MotionResult | ||
host | this | |
destination | IUIElement | |
mouseButton | MouseButtonIdEnum | |
return | MotionResult |
static public TextEntry ( this sanderling, string text ) : MotionResult | ||
sanderling | this | |
text | string | |
return | MotionResult |
static public WaitForMeasurement ( this sanderling ) : void | ||
sanderling | this | |
return | void |
static public WindowPostMessage ( this host, uint msg, |
||
host | this | |
msg | uint | |
wParam | ||
lParam | ||
return | bool |
static public WindowPostMessageKeyDown ( this host, VirtualKeyCode key, |
||
host | this | |
key | VirtualKeyCode | |
lParam | ||
return | bool |
static public WindowPostMessageKeyUp ( this host, VirtualKeyCode key, |
||
host | this | |
key | VirtualKeyCode | |
lParam | ||
return | bool |
static public WindowToForeground ( this sanderling ) : MotionResult | ||
sanderling | this | |
return | MotionResult |