Version

SelectQATListTool Method (ToolbarManagerReplayServer)

Clicks on the specified list tool item.
Syntax
'Declaration
 
Public Sub SelectQATListTool( _
   ByVal listTool As System.Object, _
   ByVal listItem As System.Object _
) 
public void SelectQATListTool( 
   System.object listTool,
   System.object listItem
)

Parameters

listTool
an object that represent the tool key/Index/ or path. When the tool is placed directly on the ApplicationMenu area (Left, right, or footer) this parameter could be the key (as string) or the index (as integer) for this tool. in the case that the tool is placed inside a popuptool , the parameter will be formatted as a menu path that include a chain of tool's key separated by comas ","
listItem
A list tool item on the ListTool object.
Requirements

Target Platforms: 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