RadioButton

Standard windows RadioButton

class RadioButton : CheckedButton {}

Inherited Members

From CheckedButton

checkChanged
Event!(Control, EventArgs) checkChanged;

Checked Changed Event of a Checkable _Button

checked
bool checked [@property getter]
checked
bool checked [@property setter]

Sets the checked state of a checkable _button

checkState
CheckState checkState [@property getter]
checkState
CheckState checkState [@property setter]

Sets the check state of a checkable button

Meta