Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Border Class / RemoveLogicalChildInternal Method

In This Topic
    RemoveLogicalChildInternal Method (C1Border)
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    
    Public Sub RemoveLogicalChildInternal( _
       ByVal child As Object _
    ) 
    public void RemoveLogicalChildInternal( 
       object child
    )

    Parameters

    child
    See Also