Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / GetC1Command Method

In This Topic
    GetC1Command Method
    In This Topic
    Determines the command (of the type C1Command or inherited) invoked when the control's default (or, if there is none, Click) event fires.
    Syntax
    'Declaration
     
    
    Public Function GetC1Command( _
       ByVal control As Object _
    ) As C1Command
    public C1Command GetC1Command( 
       object control
    )

    Parameters

    control
    See Also