Version

NavigateTo(String,Boolean) Method

Parses the specified string and navigates to the resulting path if the parsing operation is successful.
Syntax
'Declaration
 
Public Overloads Function NavigateTo( _
   ByVal path As String, _
   ByVal fireEvent As Boolean _
) As Boolean
public bool NavigateTo( 
   string path,
   bool fireEvent
)

Parameters

path
A string which represents the full path of the UltraNavigationBarLocation instance that is to become the new SelectedLocation.
fireEvent
A boolean indicating whether the NavigationPathParseError event should be fired when the method fails.

Return Value

A boolean indicating whether the operation was successful.
Remarks

Note: By default, no MessageBox is displayed to the end user when the specified path could not be successfully parsed into a location. Use the NavigateTo(String,Boolean,Boolean) overload to display a MessageBox.

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