_GraphicButtons

_GraphicButtons

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 ] )

parameters

$bInitialize True = Initialize graphic buttons, False = Clean up resources

return value

none

related

_GraphicButton, _GraphicButtonsCount, _GraphicButtonsSetBkColor, _GraphicButtonWidth, _GraphicButtonHeight, _GraphicButtonText, _GraphicButtonTooltip

example

The library example has code to create a graphical buttons with text and an On/Off image.

library example