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






page
The element representing the page to be searched from.
Returns the active page instance in the last hierarchy of nested child navigation structure.

Syntax

Visual Basic (Declaration) 
Public Function GetActiveNestedPage( _
   ByVal page As UIElement _
) As Page
Visual Basic (Usage)Copy Code
Dim instance As UXFrame
Dim page As UIElement
Dim value As Page
 
value = instance.GetActiveNestedPage(page)
C# 
public Page GetActiveNestedPage( 
   UIElement page
)
Delphi 
public function GetActiveNestedPage( 
    page: UIElement
): Page; 
JScript 
public function GetActiveNestedPage( 
   page : UIElement
) : Page;
Managed Extensions for C++ 
public: Page* GetActiveNestedPage( 
   UIElement* page
) 
C++/CLI 
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 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.