Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ILogicalParent Interface / RemoveLogicalChildInternal Method
The element to remove.

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

    Parameters

    child
    The element to remove.
    See Also