Initializes graphic buttons (buttons with a png or jpg image) or cleans up resources. GDI+ must be initialized (see _GDIPlus_Startup()).
#include "Window, Screen, Mouse and Control.au3" _GraphicButtons( [ $bInitialize = True ] ) |
$bInitialize | True = Initialize graphic buttons, False = Clean up resources |
none |
_GraphicButton, _GraphicButtonsCount, _GraphicButtonsSetBkColor, _GraphicButtonWidth, _GraphicButtonHeight, _GraphicButtonText, _GraphicButtonTooltip
The library example has code to create a graphical buttons with text and an On/Off image.