IUiaInvokeProvider Interface
In This Topic
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
Syntax
'Declaration
Public Interface IUiaInvokeProvider
public interface IUiaInvokeProvider
See Also