GroupBox
From Xojo Documentation
Class (inherits from RectControl)
Draws a group box control that is typically used as a parent of other controls.
Events | |||||||||||||||||
|
Methods | |||||||||
|
Enumerations | |
|
Notes
If the Caption property contains an ampersand character, it will display only if it is preceded by another ampersand character. This is done to make applications on all platforms behave consistently. The ampersand is used to denote the keyboard accelerator on the Windows platform.
Examples
See the RadioButton control.
See Also
RadioButton control; RectControl class.