CheckedButton

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

Members

Functions

onCheckChanged
void onCheckChanged(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

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

Inherited Members

From AbstractButton

_dr
DialogResult _dr;
Undocumented in source.
createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta