Table of Contents

Interface IInvokePattern

The method used to activate a control and initiate its single action.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface IInvokePattern

Methods

Invoke()

Invokes the action of a control, such as a button click.

Declaration
void Invoke()