GH_FontControl.OnLayout Method

GH_FontControlOnLayout Method

Raises the Layout event.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected override void OnLayout(
	LayoutEventArgs e
)
Protected Overrides Sub OnLayout ( 
	e As LayoutEventArgs
)

Parameters

e
Type: System.Windows.FormsLayoutEventArgs
A LayoutEventArgs that contains the event data.
See Also