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






source
The source element to query.
Returns the UXFrame instance that hosts the given UIElement.

Syntax

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

Parameters

source
The source element to query.

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.