EasyLanguage Object Reference

Panel Class

Creates an area within a form for grouping controls.

Namespace: elsystem.windows.forms

[ Expand All ]
Properties
  Name Type Description
Public property BorderStyle enum Sets or gets the style of the border. See BorderStyle for a list of possible values.
Methods
  Name Description
Public property Create() Initializes a new instance of a panel.
Public property Create(width,height) Initializes a new instance of a panel.  Parameters include the Width and Height of the control.
Public property RemoveGradient Removes the gradient.
Public property SetLinearGradient(mode, startColor, endColor) Creates a linear gradient panel background. See LinearGradientMode and Color for lists of possible values.
Public property SetRadialGradient(startColor, endColor) Creates a radial gradient panel background. See Color for a list of possible values.
Inheritance Hierarchy

elsystem.Object

  elsystem.DotNetObject

    elsystem.ELComponent

      elsystem.ELWFComponent

        elsystem.windows.forms.Control

          elsystem.windows.forms.ContainerControl

            elsystem.windows.forms.Panel