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