Instance Property インスタンスプロパティ

accessibilityViewIsModal

A Boolean value that indicates whether VoiceOver ignores the accessibility elements within views that are siblings of the element.

Declaration 宣言

var accessibilityViewIsModal: Bool { get set }

Discussion 解説

The default value for this property is false. When the value of this property is true, VoiceOver ignores the accessibility elements within the sibling views of the receiving view.

For example, in a window that contains sibling views A and B, setting accessibilityViewIsModal to true on view B causes VoiceOver to ignore the accessibility elements in view A. However, if view B contains a child view C and you set accessibilityViewIsModal to true on view C, VoiceOver does not ignore the accessibility elements in view A.

See Also 参照

Configuring Behavior