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






obj
Gets a value that specifies the tooltip image source.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetImageSource( _
   ByVal obj As DependencyObject _
) As ImageSource
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As ImageSource
 
value = UXRibbonToolTipService.GetImageSource(obj)
C# 
public static ImageSource GetImageSource( 
   DependencyObject obj
)
Delphi 
public function GetImageSource( 
    obj: DependencyObject
): ImageSource; static; 
JScript 
public static function GetImageSource( 
   obj : DependencyObject
) : ImageSource;
Managed Extensions for C++ 
public: static ImageSource* GetImageSource( 
   DependencyObject* obj
) 
C++/CLI 
public:
static ImageSource^ GetImageSource( 
   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.