dbicDayView Send comments on this topic.
QueryAccessibilityHelp Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : QueryAccessibilityHelp Event

Occurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications.

Syntax

Visual Basic (Declaration) 
Public Event QueryAccessibilityHelp As QueryAccessibilityHelpEventHandler
C# 
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.

PropertyDescription
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: Current Windows operating system with .NET 8.

See Also