Below is a complete list of the AutoIt Constants include files available in AutoIt.
Using #include <Constants.au3> include all of them except the Font, GUI, Inet and Windows constants.
File | Related Control(s) |
---|---|
#include <AutoItConstants.au3> | AutoIt related |
#include <ColorConstants.au3> | Color related as $CLR_* |
#include <Constants.au3> | AutoIt functions (Include AutoIt, Color, Dir, File, MsgBox, Process, String, Tray) related |
#include <DirConstants.au3> | Dir related as $DDL_* |
#include <FileConstants.au3> | File related as $F*_* |
#include <FontConstants.au3> | Font related |
#include <GUIConstantsEx.au3> | GUI related |
#include <InetConstants.au3> | Inet related as $INET_* |
#include <MsgBoxConstants.au3> | MsgBox related as $MB_* |
#include <ProcessConstants.au3> | Process related as $PROCESS_* |
#include <StringConstants.au3> | String related as $STR_* |
#include <WindowsNotifsConstants.au3> | Windows Notifications related as $WM_* |
#include <WindowsStylesConstants.au3> | Windows Styles related as $WS_* |
#include <WindowsSysColorConstants.au3> | Windows System Color related as $COLOR_* |