AccSelector tag
The AccSelector
tag uses the IAccessible interface from Microsoft Active Accessibility (MSAA) to access controls that allow multiple selections, such as in a list box or combo box. The tag has a name property to define the user-accessible (friendly) name for a control. The GetControlValue on an AccSelector
returns the value of the selected item.