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