Intersoft ClientUI Documentation
GetFrameHost Method



The source element to query.
Returns the UXFrame instance that hosts the given UIElement.
Syntax
Public Shared Function GetFrameHost( _
   ByVal source As UIElement _
) As UXFrame
Dim source As UIElement
Dim value As UXFrame
 
value = UXFrame.GetFrameHost(source)
public static UXFrame GetFrameHost( 
   UIElement source
)
public:
static UXFrame^ GetFrameHost( 
   UIElement^ source
) 

Parameters

source
The source element to query.

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