This implements a radio button control.
Radio buttons having the same parent are mutually exclusive. Only one can be selected at once.
This class is creatable.
DIM hRadioButton AS RadioButton hRadioButton = NEW RadioButton ( Parent AS Container ) |
Creates a new radio button.