Sdílet prostřednictvím


QuestionEventArgs Konstruktory

Definice

Inicializuje novou instanci QuestionEventArgs třídy.

Přetížení

QuestionEventArgs()

Inicializuje novou instanci QuestionEventArgs třídy pomocí výchozí Response hodnoty vlastnosti .false

QuestionEventArgs(Boolean)

Inicializuje novou instanci QuestionEventArgs třídy pomocí zadané výchozí hodnoty vlastnosti Response .

QuestionEventArgs()

Inicializuje novou instanci QuestionEventArgs třídy pomocí výchozí Response hodnoty vlastnosti .false

public:
 QuestionEventArgs();
public QuestionEventArgs ();
Public Sub New ()

Viz také

Platí pro

QuestionEventArgs(Boolean)

Inicializuje novou instanci QuestionEventArgs třídy pomocí zadané výchozí hodnoty vlastnosti 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)

Parametry

response
Boolean

Výchozí hodnota Response vlastnosti.

Viz také

Platí pro