Themes: RadioButton
The Radio Button allows the user to choose an option from a group of related options and where the selected option is mutually exclusive. Use a container control such as a Frame to group the RadioButtons.
Radio Button Properties
The Graphical Control Properties Definitions section describes properties for all the controls. This includes ActiveTheme, AllowFocus, Anchor, BackGround, BorderStyle, Caption Disabled, Events, Location, Size, TabNo, and Visible.
Properties that behave uniquely for this control are described below.
RadioBox BackGround - Sets the color of the radio button. "(Default)" is the value inherited from Mobile Themes > Radio Button. The values Diagonal Left, Diagonal Right, Horizontal, and Vertical set the gradient flow between Colors 1 and 2. Solid fills the entire button with the Color assigned to it. Transparent makes the button (but not the selected part) transparent.
RadioBox BorderStyle - Is not used.
RadioBox ForeColor - Sets the color of the selector inside the radio button so its easy to tell which button has the focus or is selected if you have multiple radio buttons in a group.
RadioBox Margins - Sets the distance between the radio button and text label.
RadioBox Size - Sets the button size in pixels. The radio button label is not resized.
RadioBox Selected - If you have multiple radio buttons in a group, use this property to set one of them as the default. This allows the user to accept the preset or choose another radio button in from the group. True enables this; False disables it.
RadioBox Size – Sets the size of the radio button in pixels. The font size is controlled under Caption.
For property descriptions, see Graphical Control Properties.