Version

PerformAction Method

Performs an action, simulating user input via keyboard or mouse.
Syntax
'Declaration
 
Public Overridable Function PerformAction( _
   ByVal actionCode As UltraTabControlAction _
) As Boolean
public virtual bool PerformAction( 
   UltraTabControlAction actionCode
)

Parameters

actionCode
The action code specifying the Action to be simulated.

Return Value

True if action was performed.
Remarks

PerformAction simulates user interaction with the control. Calling Peformaction will cause the control to behave as through the user performed the specified action. Any appropriate events will be called as if the user performed the action.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also