Desktop Group Box
From Xojo Documentation
Contents
A Group Box can be displayed with or without a caption. If a window has more than one group of Radio Button controls, one of the groups must be contained within a Group Box control in order for the Radio Button groups to function independently.
Properties
- Used to get or set the text of the Group Box.
Usage
Change the Caption for a Group Box:
SettingsGroup.Caption = "Settings"
See Also
GroupBox class