QuestionEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 QuestionEventArgs 類別的新執行個體。
多載
QuestionEventArgs() |
使用 |
QuestionEventArgs(Boolean) |
使用 QuestionEventArgs 屬性的指定預設值,初始化 Response 類別的新執行個體 |
QuestionEventArgs()
使用 false
的預設 QuestionEventArgs 屬性值來初始化 Response 類別的新執行個體。
public:
QuestionEventArgs();
public QuestionEventArgs ();
Public Sub New ()
另請參閱
適用於
QuestionEventArgs(Boolean)
使用 QuestionEventArgs 屬性的指定預設值,初始化 Response 類別的新執行個體
public:
QuestionEventArgs(bool response);
public QuestionEventArgs (bool response);
new System.Windows.Forms.QuestionEventArgs : bool -> System.Windows.Forms.QuestionEventArgs
Public Sub New (response As Boolean)