Class wnd.thisThread
Functions that can be used only with windows/controls of this thread.
public static class wnd.thisThread
Namespace: Au
Assembly: Au.dll
Properties
Name | Description |
---|---|
active | Gets the active window of this thread. Calls API GetActiveWindow. |
focused | Gets the focused control or window of this thread. |
Methods
Name | Description |
---|---|
focus(wnd) | Calls API SetFocus. It sets the keyboard input focus to the specified control or window, which must be of this thread. |
isFocused(wnd) | Returns |