RadioButton
(class)
inherits
Control
This implements a radio button control. Radio buttons having the same parent are mutually exclusive. Only one can be selected at once.
hRadioButton
= NEW RadioButton (
Parent
AS Container )
Creates a new RadioButton.
Symbols
Events
Click
Properties
Caption
Text
Value
Referenced by:
Graphical User Interface Component - gb.qt
RadioButton _(class)_
Visual Introduction to Gambas