'DeclarationSub RemoveChildAt( _ ByVal childIndex As Integer _ )
'UsageDim instance As ILayoutPane Dim childIndex As Integer instance.RemoveChildAt(childIndex)
void RemoveChildAt( int childIndex )
Parameters
- childIndex
- The index at which to remove the child.