Version

NavigateTo(String,Boolean,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, _
   ByVal displayErrorMessage As Boolean _
) As Boolean
public bool NavigateTo( 
   string path,
   bool fireEvent,
   bool displayErrorMessage
)

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.
displayErrorMessage
A boolean which specifies the initial value of the Infragistics.Win.Misc.UltraWinNavigationBar.NavigationPathParseErrorEventArgs.DisplayErrorMessage property. Note that listeners of the NavigationPathParseError can change the value of the property; this parameter only provides a way to specify the initial value.

Return Value

A boolean indicating whether the operation was successful.
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