'宣言 Public Shared Function CreateForm( _ ByVal customType As System.Type, _ ByVal defaultType As System.Type _ ) As DocumentInfoForm
public static DocumentInfoForm CreateForm( System.Type customType, System.Type defaultType )
パラメータ
- customType
- カスタムフォームタイプ(DocumentInfoForm またはその派生であること)。
- defaultType
- デフォルトフォームタイプ(customType が null の場合に使用。 DocumentInfoForm または派生であること)。
戻り値の型
新しく作成されたフォーム。