Intersoft ClientUI Documentation
GetPrimaryNavigator Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : GetPrimaryNavigator Method






source
The source element in which the frame should be located.
Returns the UXFrame instance which is the first-match primary navigator found in the specified source.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetPrimaryNavigator( _
   ByVal source As UIElement _
) As UXFrame
Visual Basic (Usage)Copy Code
Dim source As UIElement
Dim value As UXFrame
 
value = UXFrame.GetPrimaryNavigator(source)
C# 
public static UXFrame GetPrimaryNavigator( 
   UIElement source
)
Delphi 
public function GetPrimaryNavigator( 
    source: UIElement
): UXFrame; static; 
JScript 
public static function GetPrimaryNavigator( 
   source : UIElement
) : UXFrame;
Managed Extensions for C++ 
public: static UXFrame* GetPrimaryNavigator( 
   UIElement* source
) 
C++/CLI 
public:
static UXFrame^ GetPrimaryNavigator( 
   UIElement^ source
) 

Parameters

source
The source element in which the frame should be located.

Return Value

An UXFrame instance.

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.