DesktopGroupBox
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Class (inherits from DesktopUIControl)
New in 2021r3
Draws a group box control that is typically used as a parent of other controls.
Properties | |||||||||||||||||||||||||||||||
|
Methods | ||||||||
|
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 DesktopRadioGroup control.
See Also
DesktopRadioGroup control; DesktopUIControl class.