ð Image to Load No Change - Leaves the current setting intact Clear Image - clears the loaded image Load from External File - loads an image file to display on the button object
NOTE: The lower left pixel of a bitmap loaded into the button is reserved for the "transparent color". As a consequence, any pixel which matches that lower left pixel will be transparent.
ð Layout Specifies the location of the glyph Group Index Specifies the index of the item in the group that was most recently clicked. This option is property is useful when you need to determine the item in the group that invoked a shared event handler when using the PROPERTY/GETPROPERTY commands. Number of Glyphs Specifies the number of glyphs in the loaded bitmap image. All glyphs must be the same size and next to each other in a row like the 4-glyph bitmap example below.
The first glyph is used for the normal Up state. The second one is used when the button is Disabled, and the third is used for the Down state. The last glyph is used when the button can be kept in the Down state |