Bitmap-Default
This property identifies the image to be displayed when the Radio-Button control is in normal status. The number corresponds to the position occupied by the image in the bitmap strip.
This property conflicts with
Bitmap-Number. If Bitmap-Default and Bitmap-Number are used together, then the first one found in the control description is considered.
Example - Define a radio button that uses a bitmap and defines a default image
screen section. ... 03 screen-1-rb-1 Radio-Button line 20.9 column 5.4 size 112 lines 45 id 4 title "Option 1" bitmap-handle icon-png1 square bitmap-default 1 bitmap-rollover 3 bitmap-pressed 2 bitmap-width 18 title-position 2 bitmap-selected 5 bitmap-rollover-selected 4 . |