The properties defined in the OptionButton class are summarized in the following table.
Property | Description |
---|---|
alignment | Specifies whether the text is placed before or after the button bitmap image |
autoSize | Specifies whether an option button control is automatically resized to fit its contents |
caption | Contains the caption of an option button control |
transparent | Causes the option button control to be placed above all other sibling controls and the controls underneath to be visible |
value | Specifies whether the state of the button is up or down |
For details, see "Window, Form, and Control Properties", later in this document.