PrintDocument for WinForms
CreateForm メソッド (ExportOptionsFormBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportOptionsFormBase クラス : CreateForm メソッド
The exporter to use.
The custom form type.
The default form type.
Creates a new instance of a ExportOptionsFormBase-derived class.
シンタックス
'宣言
 
Public Shared Function CreateForm( _
   ByVal exporter As Exporter, _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As ExportOptionsFormBase
'使用法
 
Dim exporter As Exporter
Dim customType As System.Type
Dim defaultType As System.Type
Dim value As ExportOptionsFormBase
 
value = ExportOptionsFormBase.CreateForm(exporter, customType, defaultType)
public static ExportOptionsFormBase CreateForm( 
   Exporter exporter,
   System.Type customType,
   System.Type defaultType
)

パラメータ

exporter
The exporter to use.
customType
The custom form type.
defaultType
The default form type.
参照

ExportOptionsFormBase クラス
ExportOptionsFormBase メンバ