GH_DoubleBufferedPanel Class

GH_DoubleBufferedPanel Class

Derives from Windows.Forms.Panel but overrides certain flags that improve on-screen rendering. Use panel if you want to have a custom drawn control that is under the control of the owner form.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsPanel
            Grasshopper.GUIGH_DoubleBufferedPanel
              Grasshopper.GUIGH_FontList
              Grasshopper.GUIGH_FontScroller
              Grasshopper.GUIGH_HorizontalSeparator
              Grasshopper.GUIGH_VerticalScrollBar
              Grasshopper.GUIGH_VerticalSeparator

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

The GH_DoubleBufferedPanel type exposes the following members.

Constructors
  NameDescription
Public methodGH_DoubleBufferedPanel
Initializes a new instance of the GH_DoubleBufferedPanel class
Top
Extension Methods
  NameDescription
Public Extension MethodToEto (Defined by EtoExtensions.)
Top
See Also