public static ReadOnlyBooleanProperty accessibilityActiveProperty ()

Indicates whether or not accessibility is active. This property is typically set to true the first time an assistive technology, such as a screen reader, requests information about any JavaFX window or its children.

This method may be called from any thread.

Returns:  the read-only boolean property indicating if accessibility is active

Since:  JavaFX 8u40