This structure defines bit flags that indicate the state of an accessible object. The values are:
active
The object is the active window or the active sub-element in a container (that would get focus when focusing the container).
Implementations of state()
return a combination of these flags.
Constructs a new State
with all states set to false.