Colors
Previous Top Next

Control ID (Font/Cursor/Control Color) Input Box:
If this is filled in it will provide the control id in the code else it will provide a temp string of "control id"

Include Comment Block Checkbox:
If checked a comment block will be added to the code. This information was extracted from the autoit help file

Enter Example Text Button:
If text is put in the Pop-up Input box then the text in the sample text label on the left side of the window is
changed to the text entered. This is for sample purposes only, to see what it would look like.

Preview by selecting the appropriate "Set" Button
Copy the code to the Clipboard or Standard Output by selecting the appropriate "Create" button
graphic

Example:
#Region --- CodeWizard generated code Start ---
GUICtrlSetColor("controlID",0x000000)
#EndRegion --- CodeWizard generated code End ---

#Region --- CodeWizard generated code Start ---
GUICtrlSetBkColor("controlID",0xFFFFFF)
#EndRegion --- CodeWizard generated code End ---

#Region --- CodeWizard generated code Start ---
GUISetBkColor(0x808080)
#EndRegion --- CodeWizard generated code End ---