Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ILogicalParent Interface / AddLogicalChildInternal Method
Child element to be added.

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

    Parameters

    child
    Child element to be added.
    See Also