Intersoft ClientUI Documentation
NavigateToUri Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > CrossPlatform Class : NavigateToUri Method






sourceElement
targetUri
targetWindow

Syntax

Visual Basic (Declaration) 
Public Shared Sub NavigateToUri( _
   ByVal sourceElement As UIElement, _
   ByVal targetUri As Uri, _
   ByVal targetWindow As String _
) 
Visual Basic (Usage)Copy Code
Dim sourceElement As UIElement
Dim targetUri As Uri
Dim targetWindow As String
 
CrossPlatform.NavigateToUri(sourceElement, targetUri, targetWindow)
C# 
public static void NavigateToUri( 
   UIElement sourceElement,
   Uri targetUri,
   string targetWindow
)
Delphi 
public procedure NavigateToUri( 
    sourceElement: UIElement;
    targetUri: Uri;
    targetWindow: String
); static; 
JScript 
public static function NavigateToUri( 
   sourceElement : UIElement,
   targetUri : Uri,
   targetWindow : String
);
Managed Extensions for C++ 
public: static void NavigateToUri( 
   UIElement* sourceElement,
   Uri* targetUri,
   string* targetWindow
) 
C++/CLI 
public:
static void NavigateToUri( 
   UIElement^ sourceElement,
   Uri^ targetUri,
   String^ targetWindow
) 

Parameters

sourceElement
targetUri
targetWindow

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.