Syntax
| Visual Basic (Declaration) | |
|---|
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Occurs when an Accessibility client invokes Help for the control.")>
Public Event QueryAccessibilityHelp As QueryAccessibilityHelpEventHandler |
| C# | |
|---|
[SRCategoryAttribute("Behavior")]
[SRDescriptionAttribute("Occurs when an Accessibility client invokes Help for the control.")]
public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp |
Event Data
The event handler receives an argument of type QueryAccessibilityHelpEventArgs containing data related to this event. The following QueryAccessibilityHelpEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| HelpKeyword | Gets or sets the Help keyword for the specified control. |
| HelpNamespace | Gets or sets a value specifying the name of the Help file. |
| HelpString | Gets or sets the string defining what Help to get for the System.Windows.Forms.AccessibleObject. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also