Radio Button

An item that can be selected or deselected, and which displays its state to the user. Radio buttons are used within Button Groups to create a group of buttons in which only one button at a time can be selected.

This is what a label looks like:

Common Properties

Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Cursor, Tooltip, Focusable, Popup Menu

Custom Properties

Text

(Default Property)

Text of radio button label.

Property name: text

Property type: String

Button Group

Button group to which the button belongs.

Property name: buttonGroupID

Property type: String

Value

Value associated with the radio button.

Property name: value

Property type: String

Common Events

Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost

Was this page helpful?