System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Enum
System.Flags
A focused object is the one object that receives keyboard input. The object with the keyboard focus is either the active window or a child object of the active window. A selected object is marked to participate in some type of group operation.
This enumeration is used by .
For additional information on the accessibility application, search for "Microsoft Active Accessibility" in the Microsoft Developer Network (MSDN) library.
Specifies how an accessible object is selected or receives focus.
Field
System.Windows.Forms.AccessibleSelection
Adds the object to the selection.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.AccessibleSelection
Selects all objects between the anchor and the selected object.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.AccessibleSelection
The selection or focus of an object is unchanged.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.AccessibleSelection
Removes the object from the selection.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.AccessibleSelection
Assigns focus to an object and makes it the anchor, which is the starting point for the selection. Can be combined with TakeSelection, ExtendSelection, AddSelection, or RemoveSelection.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.AccessibleSelection
Selects the object and deselects all other objects in the container.
1.0.5000.0
2.0.0.0