GH_UnrecognizedObjectsForm Class

GH_UnrecognizedObjectsForm Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              Grasshopper.GUIGH_UnrecognizedObjectsForm

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

The GH_UnrecognizedObjectsForm type exposes the following members.

Constructors
  NameDescription
Public methodGH_UnrecognizedObjectsForm
Initializes a new instance of the GH_UnrecognizedObjectsForm class
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the GH_UnrecognizedObjectsForm and optionally releases the managed resources
(Overrides FormDispose(Boolean).)
Top
See Also