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)
<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 Function GetC1Command(control As Object) As C1Command
Parameters
| Type |
Name |
Description |
| object |
control |
|
Returns