Control

Gathers various control commands. Please refer to AutoHotkey documentation for details on each one.

Control (F4)

Parameters

Value
Second parameter of a Control Command when available. This field accepts Variables & Expressions.
Output Variable
The name of the variable in which to store the result of Cmd. For ControlGetPos the variable you choose will be a prefix to the 4 outputvars. E.g. if you type a variable named "Pos_" the output will be saved to Pos_X, Pos_Y, Pos_W and Pos_H.
Position/Size
Coordinates and sizes to move a control with ControlMove.

Control, ControlFocus, ControlGet, ControlGetFocus, ControlGetPos, ControlGetText, ControlMove, ControlSetText

Download Example

Using Control Commands to Read and Set Text