GH_FontControl Class

GH_FontControl Class

Represents a control that offers both Font preview and Picking methods.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Grasshopper.GUIGH_FontControl

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

The GH_FontControl type exposes the following members.

Constructors
  NameDescription
Public methodGH_FontControl
Initializes a new instance of the GH_FontControl class
Top
Properties
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the GH_FontControl and optionally releases the managed resources
(Overrides ContainerControlDispose(Boolean).)
Protected methodOnLayout
Raises the Layout event.
(Overrides ContainerControlOnLayout(LayoutEventArgs).)
Top
Extension Methods
  NameDescription
Public Extension MethodToEto (Defined by EtoExtensions.)
Top
See Also