PrintDocument for WinForms
CreateForm メソッド (OutputRangeForm)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Forms 名前空間 > OutputRangeForm クラス : CreateForm メソッド
Custom form type or null.
Default form type.
Creates an instance of the OutputRangeForm or derived type.
シンタックス
'宣言
 
Public Shared Function CreateForm( _
   ByVal customType As System.Type, _
   ByVal defaultType As System.Type _
) As OutputRangeForm
'使用法
 
Dim customType As System.Type
Dim defaultType As System.Type
Dim value As OutputRangeForm
 
value = OutputRangeForm.CreateForm(customType, defaultType)
public static OutputRangeForm CreateForm( 
   System.Type customType,
   System.Type defaultType
)

パラメータ

customType
Custom form type or null.
defaultType
Default form type.

戻り値の型

The newly created OutputRangeForm.
参照

OutputRangeForm クラス
OutputRangeForm メンバ