Module access

Module access 

Source
Expand description

Accessibility/automation events.

Structs§

ACCESS
Accessibility service.
AccessClickArgs
Arguments for the ACCESS_CLICK_EVENT.
AccessDeinitedArgs
Arguments for the ACCESS_DEINITED_EVENT.
AccessExpanderArgs
Arguments for the ACCESS_EXPANDER_EVENT.
AccessFocusArgs
Arguments for the ACCESS_FOCUS_EVENT.
AccessFocusNavOriginArgs
Arguments for the ACCESS_FOCUS_NAV_ORIGIN_EVENT.
AccessIncrementArgs
Arguments for the ACCESS_INCREMENT_EVENT.
AccessInitedArgs
Arguments for the ACCESS_INITED_EVENT.
AccessNumberArgs
Arguments for the ACCESS_NUMBER_EVENT.
AccessScrollArgs
Arguments for the ACCESS_SCROLL_EVENT.
AccessSelectionArgs
Arguments for the ACCESS_SELECTION_EVENT.
AccessTextArgs
Arguments for the ACCESS_TEXT_EVENT.
AccessToolTipArgs
Arguments for the ACCESS_TOOLTIP_EVENT.

Enums§

ScrollCmd
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.