Version

OpenLink Method (WinListViewRecordReplayServer)

This action will be recorded whenever a link inside an item is clicked. On replay, this action will simulate clicking the link area inside the specified item/column.
Syntax
'Declaration
 
Public Sub OpenLink( _
   ByVal item As System.Object, _
   ByVal column As System.Object, _
   ByVal linkText As System.String, _
   ByVal linkHRef As System.String _
) 
public void OpenLink( 
   System.object item,
   System.object column,
   System.string linkText,
   System.string linkHRef
)

Parameters

item
Name or numeric index of the item. Index values begin with 0.
column
Name or numeric index of the sub item.
linkText
Visible text of the link.
linkHRef
Actual URL attached to the link.
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