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