Version

NavToolbarNavigateTo Method (ToolbarManagerReplayServer)

Navigate to a specified location from the recent history of the Navigation Toolbar.
Syntax
'Declaration
 
Public Sub NavToolbarNavigateTo( _
   ByVal oLocation As System.Object _
) 
public void NavToolbarNavigateTo( 
   System.object oLocation
)

Parameters

oLocation
The string text or the visible index of the location in the recent history dropdown of the Navigation toolbar.
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