GroupBox Class

Creates an area within a form for grouping controls.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property FlatStyle object Gets or sets the flat style appearance of the GroupBox.  See FlatStyle for a list of possible values.
Public property

UseCompatibleTextRendering

bool True when the System.Drawing.Graphics class should be used to perform text rendering for compatibility with versions 1.0 and 1.1. of the .NET Framework; otherwise, false. The default is false.
Methods
  Name Description
Public property Create() Initializes a new instance of a group box.  
Public property Create(width,height) Initializes a new instance of a group box.  Parameters include the Width and Height of the control.