GroupBox controls provide a labelled grouping surrounded by a frame for other controls. They are typically used to divide up an Interface Panel by providing visual cues to the user. For example, you might group together all the controls that are used to collect configuration information that is sent to your Arduino sketch. To group controls without a label and frame, consider the Panel control.

Group box control.

Use the GroupBox control to create visual groups for your Interface Panel design

Groupbox control properties
Property Access Type Method Description
Text Design-only string The control label.

The GroupBox control supports all the common control properties.

Leave a Comment

Start typing and press Enter to search