Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Border Class / C1Border Constructor / C1Border Constructor(Control)

In This Topic
    C1Border Constructor(Control)
    In This Topic
    Initializes a new instance of the C1Border class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal c As Control _
    )
    public C1Border( 
       Control c
    )

    Parameters

    c
    See Also