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.
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.