| Member name | Description |
|---|
| None |
No state.
|
| Unavailable |
An unavailable object.
|
| Selected |
A selected object.
|
| Focused |
An object with the keyboard focus.
|
| Pressed |
A pressed object.
|
| Checked |
An object with a selected check box.
|
| Mixed |
A three-state check box or toolbar button whose state is indeterminate. The check box is neither checked nor unchecked, and it is in the third or mixed state.
|
| Indeterminate |
A three-state check box or toolbar button whose state is indeterminate. The check box is neither checked nor unchecked, and it is in the third or mixed state.
|
| ReadOnly |
A read-only object.
|
| HotTracked |
The object hot-tracked by the mouse, meaning its appearance is highlighted to indicate the mouse pointer is located over it.
|
| Default |
The default button or menu item.
|
| Expanded |
The displayed children of the object that are items in an outline or tree structure.
|
| Collapsed |
The hidden children of the object that are items in an outline or tree structure.
|
| Busy |
A control that cannot accept input in its current condition.
|
| Floating |
The object that is not fixed to the boundary of its parent object and that does not move automatically along with the parent.
|
| Marqueed |
An object with scrolling or moving text or graphics.
|
| Animated |
The object that rapidly or constantly changes appearance. Graphics that are occasionally animated, but not always, should be defined as Graphic OR Animated. This state should not be used to indicate that the object's location is changing.
|
| Invisible |
An object without a visible user interface.
|
| Offscreen |
No on-screen representation. A sound or alert object would have this state, or a hidden window that is never made visible.
|
| Sizeable |
A sizable object.
|
| Moveable |
A movable object.
|
| SelfVoicing |
The object or child can use text-to-speech (TTS) to describe itself. A speech-based accessibility aid should not announce information when an object with this state has the focus, because the object automatically announces information about itself.
|
| Focusable |
The object on the active window that can receive keyboard focus.
|
| Selectable |
An object that can accept selection.
|
| Linked |
A linked object that has not been previously selected.
|
| Traversed |
A linked object that has previously been selected.
|
| MultiSelectable |
An object that accepts multiple selected items.
|
| ExtSelectable |
The altered selection such that all objects between the selection anchor, which is the object with the keyboard focus, and this object take on the anchor object's selection state. If the anchor object is not selected, the objects are removed from the selection. If the anchor object is selected, the selection is extended to include this object and all objects in between. You can set the selection state by combining this with AccessibleSelection..::.AddSelection or AccessibleSelection..::.RemoveSelection. This state does not change the focus or the selection anchor unless it is combined with AccessibleSelection..::.TakeFocus.
|
| AlertLow |
The low-priority information that might not be important to the user.
|
| AlertMedium |
The important information that does not need to be conveyed to the user immediately. For example, when a battery-level indicator is starting to reach a low level, it could generate a medium-level alert. Blind access utilities could then generate a sound to let the user know that important information is available, without actually interrupting the user's work. Users can then query the alert information any time they choose.
|
| AlertHigh |
The important information that should be conveyed to the user immediately. For example, a battery-level indicator reaching a critical low level would transition to this state, in which case, a blind access utility would announce this information immediately to the user, and a screen magnification program would scroll the screen so that the battery indicator is in view. This state is also appropriate for any prompt or operation that must be completed before the user can continue.
|
| Protected |
A password-protected edit control.
|
| HasPopup |
The object displays a pop-up menu or window when invoked.
|
| Valid | Obsolete.
A valid object. This property is deprecated in .NET Framework 2.0.
|