Version

OpenLink Method (WinGridReplayServerBase)

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

Parameters

row
The row path of the specified cell.
column
The column key of the specified cell.
linkText
Visible text of the link.
linkHRef
Actual URL attached to the linke.
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