Skip to content

API ModernFormsNext Accessibility QueryAccessibilityHelpEventArgs

ProGraMajster edited this page Jun 27, 2026 · 1 revision

ModernFormsNext.Accessibility.QueryAccessibilityHelpEventArgs

Provides data for the ModernFormsNext.Control.QueryAccessibilityHelp event.

Remarks

Controls and extender providers use this event to supply help metadata to ModernFormsNext.Accessibility.AccessibleObject instances and, through platform backends, to assistive technologies.

Methods

#ctor

Initializes a new instance of the ModernFormsNext.Accessibility.QueryAccessibilityHelpEventArgs class.

#ctor(System.String,System.String,System.String)

Initializes a new instance of the ModernFormsNext.Accessibility.QueryAccessibilityHelpEventArgs class.

Parameters

  • helpNamespace - The help file, URI, or namespace associated with the object.
  • helpString - The help text associated with the object.
  • helpKeyword - The keyword or topic identifier associated with the object.

Propertys

HelpKeyword

HelpNamespace

HelpString

ModernFormsNext

Clone this wiki locally