Intersoft ClientUI Documentation
Navigate Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXNavigationWindow Class : Navigate Method






source
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

Visual Basic (Declaration) 
Public Function Navigate( _
   ByVal source As Uri _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationWindow
Dim source As Uri
Dim value As Boolean
 
value = instance.Navigate(source)
C# 
public bool Navigate( 
   Uri source
)
Delphi 
public function Navigate( 
    source: Uri
): Boolean; 
JScript 
public function Navigate( 
   source : Uri
) : boolean;
Managed Extensions for C++ 
public: bool Navigate( 
   Uri* source
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.