IInvokeProvider Interface
Exposes methods and properties to support UI Automation client access to controls that
initiate or perform a single, unambiguous action and do not maintain state when
activated.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IInvokeProvider
Public Interface IInvokeProvider
type IInvokeProvider = interface end
| Invoke |
Sends a request to activate a control and initiate its single, unambiguous action.
|