ComponentOne Menus and Toolbars for WinForms
SetC1Command Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandHolder Class : SetC1Command Method
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 System.Object, _
   ByVal value As C1Command _
) 
public void SetC1Command( 
   System.object control,
   C1Command value
)

Parameters

control
value
See Also

Reference

C1CommandHolder Class
C1CommandHolder Members