System.Windows.Forms.ToolStripItem.QueryAccessibilityHelp Event

Occurs when an accessibility client application invokes help for the System.Windows.Forms.ToolStripItem.

Syntax

public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp

Remarks

You should use the System.Windows.Forms.HelpProvider class to allow users to invoke help on your accessible object by pressing the F1 key. Using the System.Windows.Forms.HelpProvider provides you with complete information in the System.Windows.Forms.QueryAccessibilityHelpEventArgs object.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0