[]
Creates a new DocumentInfoForm form, or form of a type derived from DocumentInfoForm.
public static DocumentInfoForm CreateForm(Type customType, Type defaultType)
Type | Name | Description |
---|---|---|
Type | customType | The custom form type (must be DocumentInfoForm or derived from it). |
Type | defaultType | The default form type (used if |
Type | Description |
---|---|
DocumentInfoForm | The newly created form. |