Intersoft ClientUI Documentation
GetMainLayoutRoot(FrameworkElement) Method



Element.
Gets the main layout root that host the specified element.
Syntax
Public Overloads Shared Function GetMainLayoutRoot( _
   ByVal element As FrameworkElement _
) As FrameworkElement
Dim element As FrameworkElement
Dim value As FrameworkElement
 
value = Utility.GetMainLayoutRoot(element)
public static FrameworkElement GetMainLayoutRoot( 
   FrameworkElement element
)
public:
static FrameworkElement^ GetMainLayoutRoot( 
   FrameworkElement^ element
) 

Parameters

element
Element.

Return Value

Main layout root.
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

Utility Class
Utility Members
Overload List

Send Feedback