Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class / Command Property

In This Topic
    Command Property (C1CommandLink)
    In This Topic
    Gets or sets the linked command.
    Syntax
    'Declaration
     
    
    Public Property Command As C1Command
    public C1Command Command {get; set;}
    See Also