Click or drag to resize

UserInterfaceGridAddChild Method

Append a control to the next cell.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void AddChild(
	UserInterfaceControl child
)

Parameters

child
Type: Rhino.UIUserInterfaceControl

[Missing <param name="child"/> documentation for "M:Rhino.UI.UserInterfaceGrid.AddChild(Rhino.UI.UserInterfaceControl)"]

See Also