'Declaration
Public Shared Function CommandHolderByForm( _ ByVal form As Control _ ) As C1CommandHolder
public static C1CommandHolder CommandHolderByForm( Control form )
Parameters
- form
- Form whose command holder is returned.
Return Value
The command holder for the specified form, or null.