GH_FormShepard.RegisterForm Method

GH_FormShepardRegisterForm Method

Add a sheep form to the flock. This form will be affected by the location and size of the main form.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RegisterForm(
	Form dialog
)
Public Sub RegisterForm ( 
	dialog As Form
)

Parameters

dialog
Type: System.Windows.FormsForm
Form to add.
See Also