Intersoft ClientUI Documentation
GetLogicalParent Method (CrossPlatform)



Syntax
Public Shared Function GetLogicalParent( _
   ByVal element As UIElement, _
   ByVal isPopup As Boolean _
) As DependencyObject
Dim element As UIElement
Dim isPopup As Boolean
Dim value As DependencyObject
 
value = CrossPlatform.GetLogicalParent(element, isPopup)
public static DependencyObject GetLogicalParent( 
   UIElement element,
   bool isPopup
)
public:
static DependencyObject^ GetLogicalParent( 
   UIElement^ element,
   bool isPopup
) 

Parameters

element
isPopup
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

CrossPlatform Class
CrossPlatform Members

Send Feedback