GH_PanelEditorControl Class

GH_PanelEditorControl Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Grasshopper.GUIGH_PanelEditorControl

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_PanelEditorControl : UserControl
Public Class GH_PanelEditorControl
	Inherits UserControl

The GH_PanelEditorControl type exposes the following members.

Constructors
  NameDescription
Public methodGH_PanelEditorControl
Initializes a new instance of the GH_PanelEditorControl class
Top
Properties
  NameDescription
Public propertyPanelContent
Gets or sets the panel text on display.
Public propertyPanelProperties
Gets or sets the panel properties on display.
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the GH_PanelEditorControl and optionally releases the managed resources
(Overrides ContainerControlDispose(Boolean).)
Protected methodOnPaint (Overrides ControlOnPaint(PaintEventArgs).)
Protected methodOnPaintBackground (Overrides ScrollableControlOnPaintBackground(PaintEventArgs).)
Public methodPickNewFont
Top
Extension Methods
  NameDescription
Public Extension MethodToEto (Defined by EtoExtensions.)
Top
See Also