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.
Property | Access | Type | Method | Description |
---|---|---|---|---|
Text | Design-only | string | — | The control label. |
The GroupBox control supports all the common control properties.