ADC Home > Reference Library > Reference > User Experience > Accessibility > Accessibility (ApplicationServices/HIServices) Reference

 


AXActionConstants.h

Overview

Many UIElements have a set of actions that they can perform. Actions are designed to be simple. Actions roughly correspond to things you could do with a single click of the mouse on the UIElement. Buttons and menu items, for example, have a single action: push or pick, respectively. A scroll bar has several actions: page up, page down, up one line, down one line.



Groups

New

Actions

Group members:

kAXRaiseAction
kAXShowMenuAction

 

Obsolete

Actions

Group members:

kAXPickAction

 

Standard

Actions

Group members:

kAXCancelAction
kAXConfirmAction
kAXDecrementAction
kAXIncrementAction
kAXPressAction

#defines


kAXCancelAction


#define kAXCancelAction CFSTR("AXCancel") 
Discussion

Simulate a Cancel action, such as hitting the Cancel button.


kAXConfirmAction


#define kAXConfirmAction CFSTR("AXConfirm") 
Discussion

Simulate pressing Return in the UIElement, such as a text field.


kAXDecrementAction


#define kAXDecrementAction CFSTR("AXDecrement") 
Discussion

Decrement the value of the UIElement.


kAXIncrementAction


#define kAXIncrementAction CFSTR("AXIncrement") 
Discussion

Increment the value of the UIElement.


kAXPickAction


#define kAXPickAction CFSTR("AXPick") 
Discussion

Select the UIElement, such as a menu item.


kAXPressAction


#define kAXPressAction CFSTR("AXPress") 
Discussion

Simulate clicking the UIElement, such as a button.


kAXRaiseAction


#define kAXRaiseAction CFSTR("AXRaise") 


kAXShowMenuAction


#define kAXShowMenuAction CFSTR("AXShowMenu") 


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

 

Last Updated: 2008-08-07