Control : RadioStyleButton
![]()
Contents |
Description
The RadioStyleButton is a StyleButton that stays set after you click the control.
Use the RadioStyleButton either as a toggle button to set boolean properties (like the Bold, Italic, and Underline buttons in a word processor), or to provide a set of buttons from which to choose an option (like the Left Align, Center, Right Align, and Justify buttons in a word processor).
If the CheckboxBehavior property is set to True, then the button behaves like a toggle button (once clicked, the button stays depressed until clicked it again). If the property is set to False, then the button behaves like an image radio button (once clicked, the button stays depressed until another button tied to the same field is clicked).
How To
For a detailed example of how to use the control, see the tutorial...
Associated Data Types
Associated Interface Types
- None
Required Adapter Types
- None
Associated Properties
Specialized Properties
- Absorb Input Events
- Alignment
- Button Image
- Button Image Pressed
- Checkbox Behavior
- Handle OnClick
- Highlight Buddy
- Ignore in Popup Sizing
- Image
- Images
- Label Order
- Text
- Value When Not Checked
- Value When Selected
- Vertical
Unique Properties
- None



