Intersoft ClientUI Documentation
GetActiveNestedPage Method



The element representing the page to be searched from.
Returns the active page instance in the last hierarchy of nested child navigation structure.
Syntax
Public Function GetActiveNestedPage( _
   ByVal page As UIElement _
) As Page
Dim instance As UXFrame
Dim page As UIElement
Dim value As Page
 
value = instance.GetActiveNestedPage(page)
public Page GetActiveNestedPage( 
   UIElement page
)
public:
Page^ GetActiveNestedPage( 
   UIElement^ page
) 

Parameters

page
The element representing the page to be searched from.

Return Value

Returns a Page object.
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