[Missing <summary> documentation for "T:Monobjc.AppKit.NSAccessibility"]
| C# | Visual Basic | Visual C++ |
public class NSAccessibility
Public Class NSAccessibility
public ref class NSAccessibility
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| NSAccessibility()()()() | Initializes a new instance of the NSAccessibility class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NSAccessibilityAllowedValuesAttribute | The allowed values in the slider (NSArray). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityApplicationActivatedNotification | Posted after the application has activated. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityApplicationDeactivatedNotification | Posted after the application has deactivated. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityApplicationHiddenNotification | Posted after the application has been hidden. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityApplicationRole | Application. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityApplicationShownNotification | Posted after the application has been shown. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityAscendingSortDirectionValue | The column is sorted in ascending values. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityAttachmentTextAttribute | Text attachment (id). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityAttributedStringForRangeParameterizedAttribute | Does not use attributes from Appkit/AttributedString.h (NSAttributedString). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityBackgroundColorTextAttribute | Text background color (CGColorRef). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityBoundsForRangeParameterizedAttribute | The rectangle (NSValue containing an NSRect) enclosing the specified range of characters (NSValue containing an NSRange). If the range crosses a line boundary, the returned rectangle will fully enclose all the lines of characters. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityBrowserRole | Browser. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityBusyIndicatorRole | Busy indicator. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityButtonRole | Button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityCancelAction | Cancels the operation. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityCancelButtonAttribute | The element that represents the cancel button (id). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityCellForColumnAndRowParameterizedAttribute | The cell at the specified row and column. The parameter is an NSArray that contains two NSNumber objects: the first number specifies the column index and the second number specifies the row index. This attribute is required for cell-based tables. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityCellRole | Cell in a table or matrix. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityCenterTabStopMarkerTypeValue | Center tab stop. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityCentimetersUnitValue | The units are centimeters. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityCheckBoxRole | Checkbox. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityChildrenAttribute | The element’s child elements in the accessibility hierarchy (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityClearButtonAttribute | ||
| NSAccessibilityCloseButtonAttribute | The element representing the close button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityCloseButtonSubrole | A window’s close button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityColorWellRole | Color well. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityColumnCountAttribute | The number of columns in the grid (NSNumber as intValue). Available in Mac OS X v10.5 and later. | |
| NSAccessibilityColumnHeaderUIElementsAttribute | The table’s column headers (NSArray). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityColumnIndexRangeAttribute | The column index range of the cell (an NSValue that contains the row’s starting index and index span in the table). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityColumnRole | Column. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityColumnsAttribute | The table’s columns (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityColumnTitlesAttribute | ||
| NSAccessibilityComboBoxRole | Combo box. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityConfirmAction | Simulates pressing Return in the object, such as a text field. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityContentListSubrole | Content that is organized in a list, but is not in a list control or table view. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityContentsAttribute | Elements that represent the contents in the current element, such as the document view of a scroll view (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityCreatedNotification | Posted after the element has been created. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityCriticalValueAttribute | The critical value in a level indicator (typically, NSNumber). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityDecimalTabStopMarkerTypeValue | Decimal tab stop. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityDecrementAction | Decrements the value of the object. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityDecrementArrowSubrole | Decrement arrow (the down arrow in a scroll bar). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityDecrementButtonAttribute | The element that represents a stepper’s decrement button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityDecrementPageSubrole | Decrement page (the decrement area in the scroll track of a scroll bar). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityDefaultButtonAttribute | The element that represents the default button (id). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityDefinitionListSubrole | A content list in a webpage. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityDeleteAction | Deletes the value of the object. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityDescendingSortDirectionValue | The column is sorted in descending values. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityDescriptionAttribute | The purpose of the element, not including the role (NSString). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityDialogSubrole | Dialog. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityDisclosedByRowAttribute | The row disclosing this row (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityDisclosedRowsAttribute | The rows disclosed by this row (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityDisclosingAttribute | A flag that indicates whether a row is disclosing other rows (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityDisclosureLevelAttribute | The indentation level of this row (NSNumber). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityDisclosureTriangleRole | Disclosure triangle. Available in Mac OS X v10.5 and later. | |
| NSAccessibilityDocumentAttribute | The URL for the file represented by the element (NSString). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityDrawerCreatedNotification | Posted after a drawer has appeared. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityDrawerRole | Drawer. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityEditedAttribute | A flag that indicates whether the element has been modified (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityEnabledAttribute | A flag that indicates the enabled state of the element (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityErrorCodeExceptionInfo | Integer error code used for debugging (as an NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityExpandedAttribute | A flag that indicates whether the element is expanded (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFilenameAttribute | The filename associated with the element (NSString). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFirstLineIndentMarkerTypeValue | First line indent marker. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityFloatingWindowSubrole | Floating window. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityFocusedAttribute | A flag that indicates the presence of keyboard focus (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFocusedUIElementAttribute | The element with the current focus (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFocusedUIElementChangedNotification | Posted after the element has gained focus. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFocusedWindowAttribute | The application’s window that has current focus (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFocusedWindowChangedNotification | Posted after the key window has changed. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityFontFamilyKey | Optional key for font family. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityFontNameKey | Required key for font name. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityFontSizeKey | Required key for font size. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityFontTextAttribute | Font keys (NSDictionary). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityForegroundColorTextAttribute | Text foreground color (CGColorRef). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityFrontmostAttribute | A flag that indicates whether the application is frontmost (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityGridRole | Grid. Available in Mac OS X v10.5 and later. | |
| NSAccessibilityGroupRole | Group. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityGrowAreaAttribute | The element representing the grow area (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityGrowAreaRole | A window’s grow (resize) area. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityHandleRole | Drag handle. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityHandlesAttribute | The drag handles of the item (NSArray). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityHeaderAttribute | The element that represents a table view’s header (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityHeadIndentMarkerTypeValue | Head indent marker. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityHelpAttribute | The help text for the element (NSString). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityHelpTagCreatedNotification | Posted after a help tag has appeared. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityHelpTagRole | Help tag. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityHiddenAttribute | A flag that indicates whether the application is hidden (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityHorizontalOrientationValue | The element is oriented horizontally. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityHorizontalScrollBarAttribute | The element that represents a scroll view’s horizontal scroll bar (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityHorizontalUnitDescriptionAttribute | The description of the layout view’s horizontal units (NSString). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityHorizontalUnitsAttribute | The units that the layout view uses for horizontal values (NSString). See “Ruler unit attributes” for possible values. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityImageRole | Image. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityInchesUnitValue | The units are inches. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityIncrementAction | Increments the value of the object. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityIncrementArrowSubrole | Increment arrow (the up arrow in a scroll bar). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityIncrementButtonAttribute | The element that represents a stepper’s increment button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityIncrementorRole | Stepper. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityIncrementPageSubrole | Increment page (the increment area in the scroll track of a scroll bar). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityIndexAttribute | The index of the row or column represented by the element (NSValue). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityInsertionPointLineNumberAttribute | The line number containing the insertion point (NSNumber). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityLabelUIElementsAttribute | The elements that represent the slider’s labels (NSArray). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityLabelValueAttribute | The value of the label represented by this element (NSNumber). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityLayoutAreaRole | Layout area (a view, such as a graphic view, that contains visual elements that may not have any accessibility representation). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityLayoutItemRole | An item in a layout area. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityLayoutPointForScreenPointParameterizedAttribute | The point in the layout area (NSValue) corresponding to the specified point on the screen (NSValue). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityLayoutSizeForScreenSizeParameterizedAttribute | The size of the layout area (NSValue) corresponding to the specified screen size (NSValue). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityLeftTabStopMarkerTypeValue | Left tab stop. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityLineForIndexParameterizedAttribute | The line number (NSNumber) of the specified character (NSNumber). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityLinkedUIElementsAttribute | The elements with which this element is related (NSArray). For example, the contents of a list item that are displayed in another pane or window. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityLinkRole | Link. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityLinkTextAttribute | Text link (id). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityListRole | List. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMainAttribute | A flag that indicates whether the window is the main window (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMainWindowAttribute | The application’s main window (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMainWindowChangedNotification | Posted after the main window has changed. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMarkerGroupUIElementAttribute | Marker group user interface element (id). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMarkerTypeAttribute | The type of the marker (NSString). See “Ruler marker type values” for possible values. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMarkerTypeDescriptionAttribute | The description of the marker type (NSString). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMarkerUIElementsAttribute | Array of marker user interface elements (NSArray) Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMarkerValuesAttribute | The marker values (NSArray of NSNumber). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMatteContentUIElementAttribute | The element that is clipped by the matte (id). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMatteHoleAttribute | The bounds of the matte hole, in screen coordinates (NSValue containing an NSRect). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMatteRole | Matte. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityMaxValueAttribute | The element’s maximum value (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMenuBarAttribute | The application’s menu bar (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMenuBarRole | Menu bar. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMenuButtonRole | Menu button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMenuItemRole | Menu item. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMenuRole | Menu. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMinimizeButtonAttribute | The element that represents the minimize button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMinimizeButtonSubrole | A window’s minimize button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMinimizedAttribute | A flag that indicates whether the window is minimized (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMinValueAttribute | The element’s minimum value (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityMisspelledTextAttribute | Misspelled text (NSNumber as a Boolean value). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityModalAttribute | A flag that indicates whether the window represented by this element is modal (NSNumber). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityMovedNotification | Posted after the element has been moved. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityNextContentsAttribute | The contents following the current divider element, such as a subview adjacent to a split view’s splitter element (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityNumberOfCharactersAttribute | The number of characters in the text (NSNumber). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityOrderedByRowAttribute | A flag that indicates whether the grid is ordered row major (YES), or column major (NO) (NSNumber as boolValue). Available in Mac OS X v10.5 and later. | |
| NSAccessibilityOrientationAttribute | ||
| NSAccessibilityOutlineRole | Outline. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityOutlineRowSubrole | Outline row. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityOverflowButtonAttribute | The element that represents a toolbar’s overflow button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityParentAttribute | The element’s parent element in the accessibility hierarchy (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityPicasUnitValue | The units are picas. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityPickAction | Selects the object, such as a menu item. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityPlaceholderValueAttribute | The placeholder value for a control, such as a text field (NSString). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityPointsUnitValue | The units are points. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityPopUpButtonRole | Pop-up button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityPositionAttribute | The screen position of the element’s lower-left corner in lower-left relative screen coordinates (NSValue). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityPressAction | Simulates clicking an object, such as a button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityPreviousContentsAttribute | The contents preceding the current divider element, such as a subview adjacent to a split view’s splitter bar element (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityProgressIndicatorRole | Progress indicator. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityProxyAttribute | The element that represents the window’s document proxy (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRadioButtonRole | Radio button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRadioGroupRole | Radio button group. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRaiseAction | Simulates bringing a window forward by clicking on its title bar. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityRangeForIndexParameterizedAttribute | The full range of characters (NSValue containing an NSRange), including the specified character, which compose a single glyph (NSNumber). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityRangeForLineParameterizedAttribute | The range of characters (NSValue containing an NSRange) corresponding to the specified line number (NSNumber). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityRangeForPositionParameterizedAttribute | The range of characters (NSValue containing an NSRange) composing the glyph at the specified point (NSValue containing NSPoint). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityRatingIndicatorSubrole | Rating indicator. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityRelevanceIndicatorRole | Relevance indicator. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityResizedNotification | Posted after the element has been resized. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityRightTabStopMarkerTypeValue | Right tab stop. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityRoleAttribute | The element’s type, such as NSAccessibilityRadioButtonRole (NSString). See “Roles” for a list of available roles. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRoleDescriptionAttribute | A localized, human-intelligible description of the element’s role, such as "radio button” (NSString). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRowCollapsedNotification | Posted after the row has collapsed. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityRowCountAttribute | The number of rows in the grid (NSNumber as intValue). Available in Mac OS X v10.5 and later. | |
| NSAccessibilityRowCountChangedNotification | Posted after a row has been added or deleted. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityRowExpandedNotification | Posted after the row has expanded. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityRowHeaderUIElementsAttribute | The table’s row headers (NSArray). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityRowIndexRangeAttribute | The row index range of the cell (an NSValue that contains the row’s starting index and index span in the table). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityRowRole | Row. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRowsAttribute | The table’s rows (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityRTFForRangeParameterizedAttribute | The RTF data (NSData) describing the specified range of characters (NSValue containing an NSRange). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityRulerMarkerRole | Ruler marker. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityRulerRole | Ruler. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityScreenPointForLayoutPointParameterizedAttribute | The screen point (NSValue) corresponding to the specified point in the layout area (NSValue). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityScreenSizeForLayoutSizeParameterizedAttribute | The size of the screen (NSValue) corresponding to the specified size of the layout area (NSValue). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityScrollAreaRole | Scroll view. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityScrollBarRole | Scroll bar. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySearchButtonAttribute | ||
| NSAccessibilitySearchFieldSubrole | Search field. Available in Mac OS X v10.3 and later. | |
| NSAccessibilitySearchMenuAttribute | ||
| NSAccessibilitySecureTextFieldSubrole | Secure text field. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedAttribute | A flag that indicates whether the element is selected (NSNumber). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedCellsAttribute | The table’s selected cells (NSArray). This attribute is required for cell-based tables. Available in Mac OS X v10.6 and later. | |
| NSAccessibilitySelectedCellsChangedNotification | Posted after selected cells in a cell-based table have changed. Available in Mac OS X v10.6 and later. | |
| NSAccessibilitySelectedChildrenAttribute | The currently selected children of the element (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedChildrenChangedNotification | Posted after selected child elements have changed. Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySelectedChildrenMovedNotification | Posted after selected items in a layout area have moved. Available in Mac OS X v10.6 and later. | |
| NSAccessibilitySelectedColumnsAttribute | The table’s selected columns (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedColumnsChangedNotification | Posted after selected columns have changed. Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySelectedRowsAttribute | The table’s selected rows (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedRowsChangedNotification | Posted after selected rows have changed. Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySelectedTextAttribute | The currently selected text (NSString). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedTextChangedNotification | Posted after selected text has changed. Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySelectedTextRangeAttribute | The range of selected text (NSValue). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySelectedTextRangesAttribute | An array of NSValue (rangeValue) ranges of selected text (NSArray). Available in Mac OS X v10.5 and later. | |
| NSAccessibilityServesAsTitleForUIElementsAttribute | The elements for which this element serves as the title (NSArray). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityShadowTextAttribute | Text shadow (NSNumber as a Boolean value). Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySharedCharacterRangeAttribute | The (rangeValue) part of shared text in this view (NSValue). Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySharedTextUIElementsAttribute | The elements with which the text of this element is shared (NSArray). Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySheetCreatedNotification | Posted after a sheet has appeared. Available in Mac OS X v10.3 and later. | |
| NSAccessibilitySheetRole | Sheet. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityShowMenuAction | Simulates showing a menu by clicking on it. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityShownMenuAttribute | The menu currently being displayed (id). Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySizeAttribute | The element’s size (NSValue). Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySliderRole | Slider. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySortButtonRole | Sort button. Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySortButtonSubrole | Sort button in a table or outline view. Available in Mac OS X v10.6 and later. | |
| NSAccessibilitySortDirectionAttribute | The column’s sort direction (NSString). See “Column sort direction” for possible values. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySplitGroupRole | Split view. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySplitterRole | Splitter bar of a split view. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySplittersAttribute | The views and splitter bar in a split view (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityStandardWindowSubrole | A standard window. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityStaticTextRole | Uneditable text. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityStrikethroughColorTextAttribute | Text strikethrough color (CGColorRef). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityStrikethroughTextAttribute | Text strikethrough (NSNumber as a Boolean value). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityStringForRangeParameterizedAttribute | The substring (NSString) specified by the range (NSValue containing an NSRange). Available in Mac OS X v10.3 and later. | |
| NSAccessibilityStyleRangeForIndexParameterizedAttribute | The full range of characters (NSValue containing an NSRange), including the specified character (NSNumber), which have the same style. Available in Mac OS X v10.3 and later. | |
| NSAccessibilitySubroleAttribute | The element’s subrole, such as NSAccessibilityTableRowSubrole (NSString). See “Subroles” for a list of available subroles. Available in Mac OS X v10.2 and later. | |
| NSAccessibilitySuperscriptTextAttribute | Text superscript style (NSNumber). Values > 0 are superscript; values < 0 are subscript. Available in Mac OS X v10.4 and later. | |
| NSAccessibilitySystemDialogSubrole | System dialog (a system-generated dialog that floats on the top layer, regardless of which application is frontmost). Available in Mac OS X v10.3 and later. | |
| NSAccessibilitySystemFloatingWindowSubrole | System floating window (a system-generated panel). Available in Mac OS X v10.3 and later. | |
| NSAccessibilitySystemWideRole | The system-wide accessibility object. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTabGroupRole | Tab group. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTableRole | Table. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTableRowSubrole | Table row. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTabsAttribute | The tab elements in a tab view (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTailIndentMarkerTypeValue | Tail indent marker. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityTextAreaRole | Text view. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTextAttachmentSubrole | Text attachment. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityTextFieldRole | Text field. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTextLinkSubrole | Text link. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityTimelineSubrole | Timeline. Available in Mac OS X v10.5 and later. | |
| NSAccessibilityTitleAttribute | The title of the element, such as a button’s visible text (NSString). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTitleChangedNotification | Posted after the title has changed. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityTitleUIElementAttribute | An element that represents another element’s static text title (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityToolbarButtonAttribute | The element that represents the toolbar button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityToolbarButtonSubrole | A window’s toolbar button. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityToolbarRole | Toolbar. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityTopLevelUIElementAttribute | The top-level element that contains this element (id). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUIElementDestroyedNotification | Posted after the element has been destroyed. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityUnderlineColorTextAttribute | Text underline color (CGColorRef). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUnderlineTextAttribute | Text underline style (NSNumber). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUnitDescriptionAttribute | The description of ruler units (NSString). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUnitsAttribute | The ruler units (NSString). See “Ruler unit attributes” for possible values. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUnitsChangedNotification | Posted after the units in a layout area have changed. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityUnknownMarkerTypeValue | Unknown marker type. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUnknownOrientationValue | The element has unknown orientation. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityUnknownRole | Unknown object type. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityUnknownSortDirectionValue | The sort direction is unknown. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityUnknownSubrole | Unknown subrole. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityUnknownUnitValue | The units are unknown. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityURLAttribute | The URL associated with the element (NSURL). Available in Mac OS X v10.4 and later. | |
| NSAccessibilityValueAttribute | The element’s value (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityValueChangedNotification | Posted after the element’s value has changed. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityValueDescriptionAttribute | The description of the element’s value (NSString). Available in Mac OS X v10.5 and later. | |
| NSAccessibilityValueIndicatorRole | Value indicator. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityVerticalOrientationValue | The element is oriented vertically. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityVerticalScrollBarAttribute | The element that represents the vertical scroll bar in a scroll view (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityVerticalUnitDescriptionAttribute | The description of the layout view’s vertical units (NSString). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityVerticalUnitsAttribute | The units that the layout view uses for vertical values (NSString). See “Ruler unit attributes” for possible values. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityVisibleCellsAttribute | The table’s visible cells (NSArray). This attribute is required for cell-based tables. Available in Mac OS X v10.6 and later. | |
| NSAccessibilityVisibleCharacterRangeAttribute | The range of visible text (NSValue). Returns ranges for entire lines. For example, characters that are horizontally clipped will be reported in the visible range. Available in Mac OS X v10.3 and later. | |
| NSAccessibilityVisibleChildrenAttribute | The element’s child elements that are visible (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityVisibleColumnsAttribute | The table’s visible columns (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityVisibleNameKey | Optional key for font visibility. Available in Mac OS X v10.4 and later. | |
| NSAccessibilityVisibleRowsAttribute | The table’s visible rows (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWarningValueAttribute | The warning value in a level indicator (typically, NSNumber). Available in Mac OS X v10.6 and later. | |
| NSAccessibilityWindowAttribute | The window containing the current element (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowCreatedNotification | Posted after a new window has appeared. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowDeminiaturizedNotification | Posted after the window has been restored to full size from the Dock. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowMiniaturizedNotification | Posted after the window has been put in the Dock. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowMovedNotification | Posted after the window has moved. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowResizedNotification | Posted after the window has changed size. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowRole | Window. Available in Mac OS X v10.2 and later. | |
| NSAccessibilityWindowsAttribute | The application’s windows (NSArray). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityZoomButtonAttribute | The element that represents the zoom button (id). Available in Mac OS X v10.2 and later. | |
| NSAccessibilityZoomButtonSubrole | A window’s zoom button. Available in Mac OS X v10.2 and later. | |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| NSAccessibility | |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)