Intersoft ClientUI Documentation
GetPrimaryNavigator Method



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
Public Shared Function GetPrimaryNavigator( _
   ByVal source As UIElement _
) As UXFrame
Dim source As UIElement
Dim value As UXFrame
 
value = UXFrame.GetPrimaryNavigator(source)
public static UXFrame GetPrimaryNavigator( 
   UIElement source
)
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 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

UXFrame Class
UXFrame Members

Send Feedback