Click or drag to resize

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
)

Parameters

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