UserGuide

Desktop Group Box

From Xojo Documentation

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.

Group Box Library Icon

Properties

Caption

Used to get or set the text of the Group Box.

Usage

Group Box with Radio Buttons

Change the Caption for a Group Box:

SettingsGroup.Caption = "Settings"

See Also

GroupBox class