UserInterfaceGridAddChild Method |
Append a control to the next cell.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void AddChild(
UserInterfaceControl child
)
Public Sub AddChild (
child As UserInterfaceControl
)
Parameters
- child
- Type: Rhino.UIUserInterfaceControl
[Missing <param name="child"/> documentation for "M:Rhino.UI.UserInterfaceGrid.AddChild(Rhino.UI.UserInterfaceControl)"]
See Also