User Guide

RadioButton class 1033
Properties inherited from the Button class
The following table lists the properties the RadioButton class inherits from the Button class.
When accessing these properties from the RadioButton object, use the form
RadioButtonInstance.propertyName.
Event summary for the RadioButton class
The following table lists the event of the RadioButton class.
Events inherited from the UIObject class
The following table lists the events the RadioButton class inherits from the UIObject class.
Property Description
Button.icon Specifies an icon for a button instance.
Button.label Specifies the text that appears in a button.
Button.labelPlacement Specifies the orientation of the label text in relation to an icon.
Event Description
RadioButton.click Triggered when the mouse button is pressed over a radio
button or radio button group.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to
invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible to
visible.
UIObject.unload Broadcast when the subobjects are being unloaded.