'Declaration
Public Shared Function CreateCommandHolder( _ ByVal form As Control _ ) As C1CommandHolder
public static C1CommandHolder CreateCommandHolder( Control form )
Parameters
- form
- Form for which the command holder is created.
Return Value
The command holder created.