[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaInvokeProvider

IUiaInvokeProvider Interface

Implemented by objects that have a single, unambiguous, action associated with them. These objects are usually stateless, and invoking them does not change their own state, but causes something to happen in the larger context of the app the control is in.

Examples of UI that implments this includes: Push buttons Hyperlinks Menu items

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

Methods

Name Description
Invoke()

Request that the control initiate its action. Should return immediately without blocking. There is no way to determine what happened, when it happend, or whether anything happened at all.