Intersoft ClientUI Documentation
GetImplementationRoot Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindow Interface : GetImplementationRoot Method






Gets the implementation root of the control.

Syntax

Visual Basic (Declaration) 
Function GetImplementationRoot() As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As IWindow
Dim value As FrameworkElement
 
value = instance.GetImplementationRoot()
C# 
FrameworkElement GetImplementationRoot()
Delphi 
function GetImplementationRoot(): FrameworkElement; 
JScript 
function GetImplementationRoot() : FrameworkElement;
Managed Extensions for C++ 
FrameworkElement* GetImplementationRoot(); 
C++/CLI 
FrameworkElement^ GetImplementationRoot(); 

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.