Intersoft ClientUI Documentation
GetContent Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonToolTipService Class : GetContent Method






obj
Gets a value that specifies the tooltip content.

Syntax

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

Parameters

obj

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.