QueryAccessibilityHelpEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the QueryAccessibilityHelpEventArgs class.
Overloads
QueryAccessibilityHelpEventArgs() |
Initializes a new instance of the QueryAccessibilityHelpEventArgs class. |
QueryAccessibilityHelpEventArgs(String, String, String) |
Initializes a new instance of the QueryAccessibilityHelpEventArgs class. |
QueryAccessibilityHelpEventArgs()
Initializes a new instance of the QueryAccessibilityHelpEventArgs class.
public:
QueryAccessibilityHelpEventArgs();
public QueryAccessibilityHelpEventArgs ();
Public Sub New ()
Applies to
QueryAccessibilityHelpEventArgs(String, String, String)
Initializes a new instance of the QueryAccessibilityHelpEventArgs class.
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)
Parameters
- helpNamespace
- String
The file containing Help for the AccessibleObject.
- helpString
- String
The string defining what Help to get for the AccessibleObject.
- helpKeyword
- String
The keyword to associate with the Help request for the AccessibleObject.