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






obj
value
Sets a value that specifies the tooltip image source.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetImageSource( _
   ByVal obj As DependencyObject, _
   ByVal value As ImageSource _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As ImageSource
 
UXRibbonToolTipService.SetImageSource(obj, value)
C# 
public static void SetImageSource( 
   DependencyObject obj,
   ImageSource value
)
Delphi 
public procedure SetImageSource( 
    obj: DependencyObject;
    value: ImageSource
); static; 
JScript 
public static function SetImageSource( 
   obj : DependencyObject,
   value : ImageSource
);
Managed Extensions for C++ 
public: static void SetImageSource( 
   DependencyObject* obj,
   ImageSource* value
) 
C++/CLI 
public:
static void SetImageSource( 
   DependencyObject^ obj,
   ImageSource^ value
) 

Parameters

obj
value

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.