CheckedButton

Abstract class of a checkable button (_CheckBox, _RadioButton, ...)

Members

Properties

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

Sets the check state of a checkable button

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

Sets the checked state of a checkable _button

Variables

checkChanged
Event!(Control, EventArgs) checkChanged;

Checked Changed Event of a Checkable _Button

Meta