Intersoft ClientUI Documentation
SetCustomTooltip(DragEventArgs,DragDropEffects) Method



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

Parameters

args
DragEventArgs
effect
DragDropEffects.
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