Intersoft ClientUI Documentation
SetCustomTooltip(DragEventArgs,ImageSource) Method



DragEventArgs
Tooltip image source.
Sets the custom tooltip image source.
Syntax
<ExtensionAttribute()>
Public Overloads Shared Sub SetCustomTooltip( _
   ByVal args As DragEventArgs, _
   ByVal source As ImageSource _
) 
Dim args As DragEventArgs
Dim source As ImageSource
 
DragEventExtensions.SetCustomTooltip(args, source)
[ExtensionAttribute()]
public static void SetCustomTooltip( 
   DragEventArgs args,
   ImageSource source
)
[ExtensionAttribute()]
public:
static void SetCustomTooltip( 
   DragEventArgs^ args,
   ImageSource^ source
) 

Parameters

args
DragEventArgs
source
Tooltip image source.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragEventExtensions Class
DragEventExtensions Members
Overload List

Send Feedback