skip to main content

Controls Reference : RADIO-BUTTON : Styles : Bitmap

Bitmap
The Radio-Button control is rendered like a Bitmap PUSH-BUTTON. It appears pressed when the Radio-Button control is selected.
The Bitmap-Handle property must be set.
When the Title-Position property is set, both graphics and title are drawn. Otherwise, the title becomes the Hint of the control.
 
Example - Define a radio button with bitmap style
screen section.
  03 screen-1-rb-1 Radio-Button
     line 20.9
     column 5.4
     size 112
     lines 45
     title "Option 1"
     bitmap-handle icon-png1
     bitmap-number 1
     bitmap-rollover 3
     bitmap-pressed 2
     bitmap-width 18
     title-position 2
     group 1
     bitmap-selected 5
     bitmap-rollover-selected 4

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left