Skip to content

GroupBox Class

Represents a Windows control that groups controls in a frame with a caption.

Usage

A GroupBox control is a container control that groups related controls. A typical example of using a GroupBox is for a set of RadioButtons.

A GroupBox's caption is optional.

Notable Class Members

Inherits members from the Control Class.

Properties

  • Size - Gets or sets the height and width of the control.
  • Text - Gets or sets the text associated with this control.

Further Reading