QueryAccessibilityHelpEventArgs Konstruktory

Definice

Inicializuje novou instanci QueryAccessibilityHelpEventArgs třídy.

Přetížení

QueryAccessibilityHelpEventArgs()

Inicializuje novou instanci QueryAccessibilityHelpEventArgs třídy.

QueryAccessibilityHelpEventArgs(String, String, String)

Inicializuje novou instanci QueryAccessibilityHelpEventArgs třídy.

QueryAccessibilityHelpEventArgs()

Inicializuje novou instanci QueryAccessibilityHelpEventArgs třídy.

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

Platí pro

QueryAccessibilityHelpEventArgs(String, String, String)

Inicializuje novou instanci QueryAccessibilityHelpEventArgs třídy.

public:
 QueryAccessibilityHelpEventArgs(System::String ^ helpNamespace, System::String ^ helpString, System::String ^ helpKeyword);
public QueryAccessibilityHelpEventArgs (string helpNamespace, string helpString, string helpKeyword);
public QueryAccessibilityHelpEventArgs (string? helpNamespace, string? helpString, string? helpKeyword);
new System.Windows.Forms.QueryAccessibilityHelpEventArgs : string * string * string -> System.Windows.Forms.QueryAccessibilityHelpEventArgs
Public Sub New (helpNamespace As String, helpString As String, helpKeyword As String)

Parametry

helpNamespace
String

Soubor obsahující nápovědu pro .AccessibleObject

helpString
String

Řetězec definující nápovědu k získání pro .AccessibleObject

helpKeyword
String

Klíčové slovo, které chcete přidružit k žádosti o pomoc pro .AccessibleObject

Platí pro