Intersoft ClientUI Documentation
GetTargetContent Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXCallOut Class : GetTargetContent Method






element
TargetElement.
Gets the content.

Syntax

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

Parameters

element
TargetElement.

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.