'宣言 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
- 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.