Back to Devexpress

BaseEdit.QueryAccessibilityHelp Event

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-b10b55ed.md

latest2.4 KB
Original Source

BaseEdit.QueryAccessibilityHelp Event

Fires when the help is provided to accessibility applications.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event QueryAccessibilityHelp As QueryAccessibilityHelpEventHandler

Event Data

The QueryAccessibilityHelp event's data class is QueryAccessibilityHelpEventArgs. The following properties provide information specific to this event:

PropertyDescription
HelpKeywordGets or sets the Help keyword for the specified control.
HelpNamespaceGets or sets a value specifying the name of the Help file.
HelpStringGets or sets the string defining what Help to get for the AccessibleObject.

Remarks

For more information about the properties of accessible objects, see the Content of Descriptive Properties topic in the Active Accessibility section of the MSDN Library.

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace