Intersoft ClientUI Documentation
GetLogicalParent Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > CrossPlatform Class : GetLogicalParent Method






element
isPopup

Syntax

Visual Basic (Declaration) 
Public Shared Function GetLogicalParent( _
   ByVal element As UIElement, _
   ByVal isPopup As Boolean _
) As DependencyObject
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim isPopup As Boolean
Dim value As DependencyObject
 
value = CrossPlatform.GetLogicalParent(element, isPopup)
C# 
public static DependencyObject GetLogicalParent( 
   UIElement element,
   bool isPopup
)
Delphi 
public function GetLogicalParent( 
    element: UIElement;
    isPopup: Boolean
): DependencyObject; static; 
JScript 
public static function GetLogicalParent( 
   element : UIElement,
   isPopup : boolean
) : DependencyObject;
Managed Extensions for C++ 
public: static DependencyObject* GetLogicalParent( 
   UIElement* element,
   bool isPopup
) 
C++/CLI 
public:
static DependencyObject^ GetLogicalParent( 
   UIElement^ element,
   bool isPopup
) 

Parameters

element
isPopup

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.