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






source

Syntax

Visual Basic (Declaration) 
Public Shared Function GetSelfRootVisual( _
   ByVal source As UIElement _
) As Object
Visual Basic (Usage)Copy Code
Dim source As UIElement
Dim value As Object
 
value = Utility.GetSelfRootVisual(source)
C# 
public static object GetSelfRootVisual( 
   UIElement source
)
Delphi 
public function GetSelfRootVisual( 
    source: UIElement
): TObject; static; 
JScript 
public static function GetSelfRootVisual( 
   source : UIElement
) : Object;
Managed Extensions for C++ 
public: static Object* GetSelfRootVisual( 
   UIElement* source
) 
C++/CLI 
public:
static Object^ GetSelfRootVisual( 
   UIElement^ source
) 

Parameters

source

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.