Intersoft ClientUI Documentation
GetImplementationRoot Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : GetImplementationRoot Method






dependencyObject
The dependency object.
Gets the implementation root of a dependency object.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetImplementationRoot( _
   ByVal dependencyObject As DependencyObject _
) As FrameworkElement
Visual Basic (Usage)Copy Code
Dim dependencyObject As DependencyObject
Dim value As FrameworkElement
 
value = Utility.GetImplementationRoot(dependencyObject)
C# 
public static FrameworkElement GetImplementationRoot( 
   DependencyObject dependencyObject
)
Delphi 
public function GetImplementationRoot( 
    dependencyObject: DependencyObject
): FrameworkElement; static; 
JScript 
public static function GetImplementationRoot( 
   dependencyObject : DependencyObject
) : FrameworkElement;
Managed Extensions for C++ 
public: static FrameworkElement* GetImplementationRoot( 
   DependencyObject* dependencyObject
) 
C++/CLI 
public:
static FrameworkElement^ GetImplementationRoot( 
   DependencyObject^ dependencyObject
) 

Parameters

dependencyObject
The dependency object.

Return Value

Returns the element of the implementation root.

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.