'宣言 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
 - カスタムフォームタイプ( DocumentInfoFormまたはその派生であること)。
 - defaultType
 - デフォルトフォームタイプ( customTypeが nullの場合に使用。 DocumentInfoFormまたは派生であること)。
 
戻り値の型
新しく作成されたフォーム。