Contents

accessibilityExpanded

A Boolean value that determines whether the accessibility element is in an expanded state.

Declaration

@property (getter=isAccessibilityExpanded) BOOL accessibilityExpanded;

Discussion

Use this property on elements that can expand to reveal additional information, such as outline rows and combo boxes.

See Also

Configuring table and outline views