AccessibleObject::IAccessible::accSelection Property
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the selected child objects of an accessible object. For a description of this member, see IAccessible::accSelection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: property Object^ accSelection { virtual Object^ get() sealed = IAccessible::accSelection::get; }
Implements
IAccessible::accSelectionThe following table describes the object types that the IAccessible::accSelection property returns
Type | Description |
|---|---|
null | No child objects are selected. |
The child accessible object that is selected. | |
integer | The child ID that identifies the accessible object that is selected. Use the parent IAccessible and the child ID to access the accessible object. |
IEnumVARIANT | A list of child objects that are selected. |
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IAccessible interface.
Available since 2.0