UserInterfaceGridInsertChild Method |
Insert a control at a cell index, shifting the controls after it along.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic void InsertChild(
UserInterfaceControl child,
int index
)
Public Sub InsertChild (
child As UserInterfaceControl,
index As Integer
)
Parameters
- child
- Type: Rhino.UIUserInterfaceControl
[Missing <param name="child"/> documentation for "M:Rhino.UI.UserInterfaceGrid.InsertChild(Rhino.UI.UserInterfaceControl,System.Int32)"]
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:Rhino.UI.UserInterfaceGrid.InsertChild(Rhino.UI.UserInterfaceControl,System.Int32)"]
See Also