[]
        
(Showing Draft Content)

C1.Win.C1Document.Forms.DocumentInfoForm.CreateForm

CreateForm Method

CreateForm(Type, Type)

Creates a new DocumentInfoForm form, or form of a type derived from DocumentInfoForm.

Declaration
public static DocumentInfoForm CreateForm(Type customType, Type defaultType)
Parameters
Type Name Description
Type customType

The custom form type (must be DocumentInfoForm or derived from it).

Type defaultType

The default form type (used if customType is null, must be DocumentInfoForm or derived from it).

Returns
Type Description
DocumentInfoForm

The newly created form.