Below is a complete list of the functions available in AutoIt. Click on a function name for a detailed description.
See Gui Constants include files if you need to use the related controls Constants .
| Function | Description |
|---|---|
| GUISetAccelerators | Sets the accelerator table to be used in a GUI window. |
| GUISetBkColor | Sets the background color of the GUI window. |
| GUISetCoord | Sets absolute coordinates for the next control. |
| GUISetCursor | Sets the mouse cursor icon for a GUI window. |
| GUISetFont | Sets the default font for a GUI window. |
| GUISetHelp | Sets an executable file that will be run when F1 is pressed. |
| GUISetIcon | Sets the icon used in a GUI window. |
| GUISetOnEvent | Defines a user function to be called when a system button is clicked. |
| GUISetState | Changes the state of a GUI window. |
| GUISetStyle | Changes the styles of a GUI window. |