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

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

    Parameters

    child
    See Also