buttonPicture

Type: Integer

Availability: Read or write at any time

The buttonPicture property provides predefined bitmaps to be placed on a Button control. These pictures override any picture property setting for the button.

The available pictures and their settings are listed in the following table.

Button Class Constant Value Picture Description
ButtonPicture_None 0 None No preset picture is displayed (the default)
ButtonPicture_Tick 1 Green check mark
ButtonPicture_Cross 2 Red cross
ButtonPicture_No 3 Red no-entry symbol
ButtonPicture_Door 8 Closing door
ButtonPicture_RecycleBin 9 Recycle bin
ButtonPicture_Bin 10 Trash can

The appearance of the standard buttons and their settings listed in the following table may differ, depending on the operating system on which the JADE application is running.

Button Class Constant Value Picture Description
ButtonPicture_Stop 4 Stop sign
ButtonPicture_Question 5 Question mark
ButtonPicture_Exclamation 6 Exclamation mark
ButtonPicture_Asterisk 7 Asterisk

Pictures are painted to the left of the button caption.

If the button is assigned a pictureDisabled image and the button is then disabled, this image is displayed instead.