PrintDocument for WinForms
CreateForm メソッド (DocumentInfoForm)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Forms 名前空間 > DocumentInfoForm クラス : CreateForm メソッド
The custom form type (must be DocumentInfoForm or derived from it).
The default form type (used if customType is null, must be DocumentInfoForm or derived from it).
Creates a new DocumentInfoForm form, or form of a type derived from DocumentInfoForm.
シンタックス
'宣言
 
Public Shared Function CreateForm( _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As DocumentInfoForm
'使用法
 
Dim customType As System.Type
Dim defaultType As System.Type
Dim value As DocumentInfoForm
 
value = DocumentInfoForm.CreateForm(customType, defaultType)
public static DocumentInfoForm CreateForm( 
   System.Type customType,
   System.Type defaultType
)

パラメータ

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

戻り値の型

The newly created form.
参照

DocumentInfoForm クラス
DocumentInfoForm メンバ