EasyLanguage Object Reference

GroupBox Class

Creates an area within a form for grouping controls.

Namespace: elsystem.windows.forms

[ Expand All ]
Properties
  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.

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

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.
Inheritance Hierarchy

elsystem.Object

  elsystem.DotNetObject

    elsystem.ELComponent

      elsystem.ELWFComponent

        elsystem.windows.forms.Control

          elsystem.windows.forms.GroupBox