Intersoft ClientUI Documentation
Navigate(Uri) Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class > Navigate Method : Navigate(Uri) Method






source

Syntax

Visual Basic (Declaration) 
Public Overloads Function Navigate( _
   ByVal source As Uri _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXFrame
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

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.