'Declaration Public Shared Function CreateForm( _ ByVal exporter As ExportFilter, _ ByVal customType As Type, _ ByVal defaultType As Type _ ) As ExportOptionsFormBase
public static ExportOptionsFormBase CreateForm( ExportFilter exporter, Type customType, Type defaultType )
Parameters
- exporter
- The exporter to use.
- customType
- The custom form type.
- defaultType
- The default form type.