[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.ProviderExt

ProviderExt Class

Represents extensions of UIA providers with standard behavior.

Inheritance
ProviderExt
Namespace: C1.Win.Accessibility.Items
Assembly: C1.Win.4.8.dll
Syntax
public static class ProviderExt
Public Module ProviderExt

Methods

Name Description
AddToSelectionExt(IUiaSelectionItemProvider, UiaItem)

Adds current element to selection and raises ElementRemovedFromSelectionEvent.

CollapseExt(IUiaExpandCollapseProvider, UiaItem)

Adds current element to selection and raises ExpandCollapseState.

ExpandExt(IUiaExpandCollapseProvider, UiaItem)

Requests to change ToggleState of the element to selection and raises ExpandCollapseState property change event.

InvokeExt(IUiaInvokeProvider, UiaItem)

Requests current element to initiate its action and raises InvokedEvent.

RemoveFromSelectionExt(IUiaSelectionItemProvider, UiaItem)

Removes current element from selection and raises ElementRemovedFromSelectionEvent.

SelectExt(IUiaSelectionItemProvider, UiaItem)

Sets the current element as the selection and raises ElementSelectedEvent.

ToggleExt(IUiaToggleProvider, UiaItem)

Requests to change ToggleState of the element and raises ToggleState property change event.