Contents

accessibilitySelectedColumns()

Returns the currently selected columns for the table.

Declaration

optional func accessibilitySelectedColumns() -> [Any]?

Return Value

An array containing the currently selected columns for the table.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilitySelectedColumns property. Additionally, your class needs to send a selectedColumnsChanged notification whenever the table’s selected columns change.

See Also

Supporting Accessibility