RemoveLogicalChildInternal Method (ILogicalParent)
In This Topic
Removes the provided object from this element's logical tree.
Syntax
'Declaration
Sub RemoveLogicalChildInternal( _
ByVal As Object _
)
void RemoveLogicalChildInternal(
object
)
Parameters
- child
- The element to remove.
See Also