Returns 1 if Control is visible, 0 otherwise
Returns 1 if Control is enabled, 0 otherwise
Displays the ComboBox dropdown
Hides the ComboBox dropdown
Adds a string to the end in a ListBox or ComboBox
Deletes a string according to occurrence in a ListBox or ComboBox
Returns occurrence ref of the exact string in a ListBox or ComboBox
Returns number of entries in a ListBox or ComboBox
Sets selection to occurrence ref in a ListBox or ComboBox
Sets selection according to string in a ListBox or ComboBox
Returns 1 if Button is checked, 0 otherwise
Checks radio or check Button
Unchecks radio or check Button
Returns the line # where the caret is in an Edit
Returns the column # where the caret is in an Edit
Returns name of the currently selected item in a ListBox or ComboBox
Returns # of lines in an Edit
Returns text at line # passed of an Edit
Returns selected text of an Edit
Pastes the 'string' at the Edit's caret position
Returns the current Tab shown of a SysTabControl32
Moves to the next tab to the right of a SysTabControl32
Moves to the next tab to the left of a SysTabControl32
Simulates the WM_COMMAND message. Usually used for ToolbarWindow32 controls - use the ToolBar tab of Au3Info to get the Command ID.
Enumeration of commands for interacting with controls in a window.