FormMethod 枚举

定义

指定用于定义所用窗体方法的常量。

public enum class FormMethod
public enum FormMethod
type FormMethod = 
Public Enum FormMethod
继承
FormMethod

字段

Dialog 2

对话框窗体方法。

Get 0

获取表单方法。

Post 1

Post form 方法。

适用于