Show / Hide Table of Contents

Interface IInvokeProvider

Exposes a method to support UI automation access to controls that initiate or perform a single, unambiguous action and do not maintain state when activated.

Namespace: System.Windows.Automation.Provider
Assembly: OpenSilver.dll
Syntax
public interface IInvokeProvider

Methods

| Improve this Doc View Source

Invoke()

Sends a request to activate a control and initiate its single, unambiguous action.

Declaration
void Invoke()
  • Improve this Doc
  • View Source