Expand description
Accessibility/automation events.
Structs§
- ACCESS
- Accessibility service.
- Access
Click Args - Arguments for the
ACCESS_CLICK_EVENT. - Access
Deinited Args - Arguments for the
ACCESS_DEINITED_EVENT. - Access
Expander Args - Arguments for the
ACCESS_EXPANDER_EVENT. - Access
Focus Args - Arguments for the
ACCESS_FOCUS_EVENT. - Access
Focus NavOrigin Args - Arguments for the
ACCESS_FOCUS_NAV_ORIGIN_EVENT. - Access
Increment Args - Arguments for the
ACCESS_INCREMENT_EVENT. - Access
Inited Args - Arguments for the
ACCESS_INITED_EVENT. - Access
Number Args - Arguments for the
ACCESS_NUMBER_EVENT. - Access
Scroll Args - Arguments for the
ACCESS_SCROLL_EVENT. - Access
Selection Args - Arguments for the
ACCESS_SELECTION_EVENT. - Access
Text Args - Arguments for the
ACCESS_TEXT_EVENT. - Access
Tool TipArgs - Arguments for the
ACCESS_TOOLTIP_EVENT.
Enums§
- Scroll
Cmd - Accessibility scroll command.
Statics§
- ACCESS_
CLICK_ EVENT - Run the primary or context click action.
- ACCESS_
DEINITED_ EVENT - Accessibility info is no longer required for the window.
- ACCESS_
EXPANDER_ EVENT - Expand or collapse the widget content.
- ACCESS_
FOCUS_ EVENT - Focus or escape focus on a widget.
- ACCESS_
FOCUS_ NAV_ ORIGIN_ EVENT - Sets the focus navigation origin.
- ACCESS_
INCREMENT_ EVENT - Increment or decrement the widget value by steps.
- ACCESS_
INITED_ EVENT - Accessibility info is now required for the window.
- ACCESS_
NUMBER_ EVENT - Replace the number value.
- ACCESS_
SCROLL_ EVENT - Run a scroll command.
- ACCESS_
SELECTION_ EVENT - Select text.
- ACCESS_
TEXT_ EVENT - Replace the text content.
- ACCESS_
TOOLTIP_ EVENT - Show or hide the widget’s tooltip.