RadioButton

Standard windows RadioButton

Members

Functions

createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.

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

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.
onCheckChanged
void onCheckChanged(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta