AddLogicalChildInternal Method (ILogicalParent)
In This Topic
Adds the provided object to the logical tree of this element.
Syntax
'Declaration
Sub AddLogicalChildInternal( _
ByVal As Object _
)
void AddLogicalChildInternal(
object
)
Parameters
- child
- Child element to be added.
See Also