System.Windows.Forms.AccessibleStates Enumeration

Specifies values representing possible states for an accessible object.

Syntax

[System.Flags]
public enum AccessibleStates

Remarks

An accessible object can be associated with one or more of these states.

For more information about the accessibility application, see "Microsoft Active Accessibility" in the Microsoft Developer Network (MSDN) library at http://msdn.microsoft.com/library.

Members

Member NameDescription
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.

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.

Animated

The object that rapidly or constantly changes appearance. Graphics that are occasionally animated, but not always, should be defined as AccessibleRole.Graphic OR Animated. This state should not be used to indicate that the object's location is changing.

Busy

A control that cannot accept input in its current condition.

Checked

An object with a selected check box.

Collapsed

The hidden children of the object that are items in an outline or tree structure.

Default

The default button or menu item.

Expanded

The displayed children of the object that are items in an outline or tree structure.

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.

Floating

The object that is not fixed to the boundary of its parent object and that does not move automatically along with the parent.

Focusable

The object on the active window that can receive keyboard focus.

Focused

An object with the keyboard focus.

HasPopup

The object displays a pop-up menu or window when invoked.

HotTracked

The object hot-tracked by the mouse, meaning its appearance is highlighted to indicate the mouse pointer is located over it.

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.

Invisible

An object without a visible user interface.

Linked

A linked object that has not been previously selected.

Marqueed

An object with scrolling or moving text or graphics.

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.

Moveable

A movable object.

MultiSelectable

An object that accepts multiple selected items.

None

No state.

Offscreen

No on-screen representation. A sound or alert object would have this state, or a hidden window that is never made visible.

Pressed

A pressed object.

Protected

A password-protected edit control.

ReadOnly

A read-only object.

Selectable

An object that can accept selection.

Selected

A selected 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.

Sizeable

A sizable object.

Traversed

A linked object that has previously been selected.

Unavailable

An unavailable object.

Valid

A valid object. This property is deprecated in dnprdnlong.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0