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

In This Topic
    Control Property (C1CommandControl)
    In This Topic
    Gets or sets the arbitrary control attached to the command.
    Syntax
    'Declaration
     
    
    Public Property Control As Control
    public Control Control {get; set;}
    See Also