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