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