[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionItemProvider

IUiaSelectionItemProvider Interface

Define a Selectable Item (only supported on logical elements that are a child of an Element that supports SelectionPattern and is itself selectable).
This allows for manipulation of Selection from the element itself.

Namespace: C1.Win.Accessibility.Items.BaseInterfaces
Assembly: C1.Win.8.dll
Syntax
public interface IUiaSelectionItemProvider

Properties

Name Description
IsSelected

Check whether an element is selected

SelectionContainer

The logical element that supports the SelectionPattern for this Item

Methods

Name Description
AddToSelection()

Adds current element to selection

RemoveFromSelection()

Removes current element from selection

Select()

Sets the current element as the selection This clears the selection from other elements in the container