[]
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
public interface IUiaInvokeProvider
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. |