Skip to content

API ModernFormsNext Accessibility PlatformAccessibleObjectAdapter

ProGraMajster edited this page Jun 27, 2026 · 1 revision

ModernFormsNext.Accessibility.PlatformAccessibleObjectAdapter

Adapts a ModernFormsNext ModernFormsNext.Accessibility.AccessibleObject to the WindowKit accessibility bridge.

Remarks

The adapter keeps the main framework's WinForms-like accessibility API separate from backend contracts. Backend projects consume ModernFormsNext.WindowKit.Platform.Accessibility.IPlatformAccessibleObject and do not need a reference back to the main ModernFormsNext assembly.

Methods

DoDefaultAction

From(ModernFormsNext.Accessibility.AccessibleObject)

Parameters

  • accessibleObject - The accessible object to adapt.

Returns

The adapted object, or null when accessibleObject is null.

GetChild(System.Int32)

GetChildCount

GetFocused

GetHelpTopic(System.String@)

GetSelected

HitTest(System.Int32,System.Int32)

Navigate(ModernFormsNext.WindowKit.Platform.Accessibility.PlatformAccessibleNavigation)

Select(System.Int32)

Propertys

Bounds

DefaultAction

Description

Help

KeyboardShortcut

Name

Parent

Role

State

Value

ModernFormsNext

Clone this wiki locally