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

In This Topic
    SetC1Command Method
    In This Topic
    Set 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 Sub SetC1Command( _
       ByVal control As Object, _
       ByVal value As C1Command _
    ) 
    public void SetC1Command( 
       object control,
       C1Command value
    )

    Parameters

    control
    value
    See Also