[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandHolder.GetC1Command

GetC1Command Method

GetC1Command(object)

Determines the command (of the type C1Command or inherited) invoked when the control's default (or, if there is none, Click) event fires.

Declaration
[C1Description("C1CommandHolder.C1Command", "Determines the command (of the type C1Command or inherited) invoked when the control's default (or, if there is none, Click) event fires.")]
public C1Command GetC1Command(object control)
Parameters
Type Name Description
object control
Returns
Type Description
C1Command