[]
Returns the command holder for the specified form, if it exists.
public static C1CommandHolder CommandHolderByForm(Control form)
| Type | Name | Description |
|---|---|---|
| Control | form | Form whose command holder is returned. |
| Type | Description |
|---|---|
| C1CommandHolder | The command holder for the specified form, or null. |