Intersoft ClientUI Documentation
Navigate Method (UXNavigationWindow)



A Uri object initialized with the URI for the desired content.
Navigate asynchronously to content that is specified by a uniform resource identifier (URI).
Syntax
Public Function Navigate( _
   ByVal source As Uri _
) As Boolean
Dim instance As UXNavigationWindow
Dim source As Uri
Dim value As Boolean
 
value = instance.Navigate(source)
public bool Navigate( 
   Uri source
)
public:
bool Navigate( 
   Uri^ source
) 

Parameters

source
A Uri object initialized with the URI for the desired content.

Return Value

true if a navigation is not canceled; otherwise, false.
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

Reference

UXNavigationWindow Class
UXNavigationWindow Members

Send Feedback