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

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

    Parameters

    command
    See Also