The index of the row or column represented by the element (NSValue
).
SDK
- macOS 10.4+
Framework
- App
Kit
Declaration
const NSAccessibility Attribute Name NSAccessibilityIndexAttribute;
The index of the row or column represented by the element (NSValue
).
SDK
Framework
const NSAccessibility Attribute Name NSAccessibilityIndexAttribute;
NSAccessibility Allowed Values Attribute
The allowed values in the slider (NSArray
).
NSAccessibility Cancel Button Attribute
The element that represents the cancel button (id
).
NSAccessibility Children Attribute
The element's child elements in the accessibility hierarchy (NSArray
).
NSAccessibility Clear Button Attribute
The element that represents the clear button in a search field (id
).
NSAccessibility Close Button Attribute
The element representing the close button (id
).
NSAccessibility Column Count Attribute
The number of columns in the grid (NSNumber
as int
).
NSAccessibility Column Header UIElements Attribute
The table's column headers (NSArray
).
NSAccessibility Column Index Range Attribute
The column index range of the cell (an NSValue
instance that contains the row's starting index and index span in the table).
NSAccessibility Column Titles Attribute
The elements that represent the column titles (NSArray
).
NSAccessibility Columns Attribute
The table's columns (NSArray
).
NSAccessibility Contains Protected Content Attribute
A flag that indicates whether the object contains protected content (YES
), or not (NO
) (NSNumber
as bool
).
NSAccessibility Contents Attribute
Elements that represent the contents in the current element, such as the document view of a scroll view (NSArray
).
NSAccessibility Critical Value Attribute
The critical value in a level indicator (typically, NSNumber
).
NSAccessibility Decrement Button Attribute
The element that represents a stepper's decrement button (id
).
NSAccessibility Default Button Attribute
The element that represents the default button (id
).
NSAccessibility Description Attribute
The purpose of the element, not including the role (NSString
).
NSAccessibility Disclosed By Row Attribute
The row disclosing this row (id
).
NSAccessibility Disclosed Rows Attribute
The rows disclosed by this row (NSArray
).
NSAccessibility Disclosing Attribute
A flag that indicates whether a row is disclosing other rows (NSNumber
).
NSAccessibility Disclosure Level Attribute
The indentation level of this row (NSNumber
).
NSAccessibility Document Attribute
The URL for the file represented by the element (NSString
).
NSAccessibility Edited Attribute
A flag that indicates whether the element has been modified (NSNumber
).
NSAccessibility Enabled Attribute
A flag that indicates the enabled state of the element (NSNumber
).
NSAccessibility Expanded Attribute
A flag that indicates whether the element is expanded (NSNumber
).
NSAccessibility Extras Menu Bar Attribute
The app extras menu bar (id
).
NSAccessibility Filename Attribute
The filename associated with the element (NSString
).
NSAccessibility Focused Attribute
A flag that indicates the presence of keyboard focus (NSNumber
).
NSAccessibility Focused UIElement Attribute
The element with the current focus (id
).
NSAccessibility Focused Window Attribute
The app's window that has current focus (id
).
NSAccessibility Frontmost Attribute
A flag that indicates whether the app is frontmost (NSNumber
).
NSAccessibility Full Screen Button Attribute
The element that represents the full-screen button (id
).
NSAccessibility Grow Area Attribute
The element representing the grow area (id
).
NSAccessibility Handles Attribute
The drag handles of the item (NSArray
).
NSAccessibility Header Attribute
The element that represents a table view's header (id
).
NSAccessibility Help Attribute
The help text for the element (NSString
).
NSAccessibility Hidden Attribute
A flag that indicates whether the app is hidden (NSNumber
).
NSAccessibility Horizontal Scroll Bar Attribute
The element that represents a scroll view's horizontal scroll bar (id
).
NSAccessibility Horizontal Unit Description Attribute
The description of the layout view's horizontal units (NSString
).
NSAccessibility Horizontal Units Attribute
The units that the layout view uses for horizontal values (NSString
). See Measurement unit attributes for possible values.
NSAccessibility Identifier Attribute
The identity of the element (NSString
).
NSAccessibility Increment Button Attribute
The element that represents a stepper's increment button (id
).
NSAccessibility Insertion Point Line Number Attribute
The line number containing the insertion point (NSNumber
).
NSAccessibility Label UIElements Attribute
The elements that represent the slider's labels (NSArray
).
NSAccessibility Label Value Attribute
The value of the label represented by this element (NSNumber
).
NSAccessibility Linked UIElements Attribute
The elements with which this element is related (NSArray
).
NSAccessibility Main Attribute
A flag that indicates whether the window is the main window (NSNumber
).
NSAccessibility Main Window Attribute
The app's main window (id
).
NSAccessibility Marker Group UIElement Attribute
A marker group user interface element (id
).
NSAccessibility Marker Type Attribute
The type of the marker (NSString
). See Ruler Marker Type Values for possible values.
NSAccessibility Marker Type Description Attribute
The description of the marker type (NSString
).
NSAccessibility Marker UIElements Attribute
An array of marker user interface elements (NSArray
)
NSAccessibility Marker Values Attribute
The marker values (NSArray
of NSNumber
).
NSAccessibility Matte Content UIElement Attribute
The element that is clipped by the matte (id
).
NSAccessibility Matte Hole Attribute
The bounds of the matte hole, in screen coordinates in points (NSValue
containing an NSRect
).
NSAccessibility Max Value Attribute
The element's maximum value (id
).
NSAccessibility Menu Bar Attribute
The app's menu bar (id
).
NSAccessibility Min Value Attribute
The element's minimum value (id
).
NSAccessibility Minimize Button Attribute
The element that represents the minimize button (id
).
NSAccessibility Minimized Attribute
A flag that indicates whether the window is minimized (NSNumber
).
NSAccessibility Modal Attribute
A flag that indicates whether the window represented by this element is modal (NSNumber
).
NSAccessibility Next Contents Attribute
The elements representing the contents that follow the current divider element, such as a subview adjacent to a split view's splitter element (NSArray
).
NSAccessibility Number Of Characters Attribute
The number of characters in the text (NSNumber
).
NSAccessibility Ordered By Row Attribute
A flag that indicates whether the grid is ordered row major (YES
), or column major (NO
) (NSNumber
as bool
).
NSAccessibility Orientation Attribute
The element's orientation, which can have the value NSAccessibility
or NSAccessibility
.
NSAccessibility Overflow Button Attribute
The element that represents a toolbar's overflow button (id
).
NSAccessibility Parent Attribute
The element's parent element in the accessibility hierarchy (id
).
NSAccessibility Placeholder Value Attribute
The placeholder value for a control, such as a text field (NSString
).
NSAccessibility Position Attribute
The position in points of the element's lower-left corner in screen-relative coordinates (NSValue
).
NSAccessibility Previous Contents Attribute
The elements representing the contents that precede the current divider element, such as a subview adjacent to a split view's splitter bar element (NSArray
).
NSAccessibility Proxy Attribute
The element that represents the window's proxy icon (id
).
NSAccessibility Role Attribute
The element's type, such as NSAccessibility
(NSString
). See Roles for a list of available roles.
NSAccessibility Role Description Attribute
A localized, human-intelligible description of the element's role, such as radio button
(NSString
).
NSAccessibility Row Count Attribute
The number of rows in the grid (NSNumber
as int
).
NSAccessibility Row Header UIElements Attribute
The table's row headers (NSArray
).
NSAccessibility Row Index Range Attribute
The row index range of the cell (an NSValue
instance that contains the row's starting index and index span in the table).
NSAccessibility Rows Attribute
The table's rows (NSArray
).
NSAccessibility Search Button Attribute
The element that represents the search button in a search field (id
).
NSAccessibility Search Menu Attribute
The element that represents the menu in a search field (id
).
NSAccessibility Selected Attribute
A flag that indicates whether the element is selected (NSNumber
).
NSAccessibility Selected Cells Attribute
The table's selected cells (NSArray
). This attribute is required for cell-based tables.
NSAccessibility Selected Children Attribute
The currently selected children of the element (NSArray
).
NSAccessibility Selected Columns Attribute
The table's selected columns (NSArray
).
NSAccessibility Selected Rows Attribute
The table's selected rows (NSArray
).
NSAccessibility Selected Text Attribute
The currently selected text (NSString
).
NSAccessibility Selected Text Range Attribute
The range of selected text (NSValue
).
NSAccessibility Selected Text Ranges Attribute
An array of NSValue
(range
) ranges of selected text (NSArray
).
NSAccessibility Serves As Title For UIElements Attribute
The elements for which this element serves as the title (NSArray
).
NSAccessibility Shared Character Range Attribute
The (range
) part of shared text in this view (NSValue
).
NSAccessibility Shared Text UIElements Attribute
The elements with which the text of this element is shared (NSArray
).
NSAccessibility Shown Menu Attribute
The menu currently being displayed (id
).
NSAccessibility Size Attribute
The element's size in points (NSValue
).
NSAccessibility Sort Direction Attribute
The column's sort direction (NSString
). See Column Sort Direction for possible values.
NSAccessibility Splitters Attribute
The views and splitter bar in a split view (NSArray
).
NSAccessibility Subrole Attribute
The element's subrole, such as NSAccessibility
(NSString
). See Subroles for a list of available subroles.
NSAccessibility Tabs Attribute
The tab elements in a tab view (NSArray
).
NSAccessibility Title Attribute
The title of the element, such as a button's visible text (NSString
).
NSAccessibility Title UIElement Attribute
An element that represents another element's static text title (id
).
NSAccessibility Toolbar Button Attribute
The element that represents the toolbar button (id
).
NSAccessibility Top Level UIElement Attribute
The top-level element that contains this element (id
).
NSAccessibility Unit Description Attribute
The description of ruler units (NSString
).
NSAccessibility Units Attribute
The ruler units (NSString
). See Measurement Unit Attributes for possible values.
NSAccessibility URLAttribute
The URL associated with the element (NSURL
).
NSAccessibility Value Attribute
The element's value (id
).
NSAccessibility Value Description Attribute
The description of the element's value (NSString
).
NSAccessibility Vertical Scroll Bar Attribute
The element that represents the vertical scroll bar in a scroll view (id
).
NSAccessibility Vertical Unit Description Attribute
The description of the layout view's vertical units (NSString
).
NSAccessibility Vertical Units Attribute
The units that the layout view uses for vertical values (NSString
). See Measurement unit attributes for possible values.
NSAccessibility Visible Cells Attribute
The table's visible cells (NSArray
). This attribute is required for cell-based tables.
NSAccessibility Visible Character Range Attribute
The range of visible text (NSValue
).
NSAccessibility Visible Children Attribute
The element's child elements that are visible (NSArray
).
NSAccessibility Visible Columns Attribute
The table's visible columns (NSArray
).
NSAccessibility Visible Rows Attribute
The table's visible rows (NSArray
).
NSAccessibility Warning Value Attribute
The warning value in a level indicator (typically, NSNumber
).
NSAccessibility Window Attribute
The window containing the current element (id
).
NSAccessibility Windows Attribute
The app's windows (NSArray
).
NSAccessibility Zoom Button Attribute
The element that represents the zoom button (id
).