Intersoft ClientUI Documentation
SetCustomTooltip(QueryDropStateEventArgs,ImageSource) Method



DragEventArgs
Tooltip image source.
Sets the custom tooltip image source.
Syntax
<ExtensionAttribute()>
Public Overloads Shared Sub SetCustomTooltip( _
   ByVal args As QueryDropStateEventArgs, _
   ByVal source As ImageSource _
) 
Dim args As QueryDropStateEventArgs
Dim source As ImageSource
 
QueryDropStateEventExtentions.SetCustomTooltip(args, source)
[ExtensionAttribute()]
public static void SetCustomTooltip( 
   QueryDropStateEventArgs args,
   ImageSource source
)
[ExtensionAttribute()]
public:
static void SetCustomTooltip( 
   QueryDropStateEventArgs^ 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

QueryDropStateEventExtentions Class
QueryDropStateEventExtentions Members
Overload List

Send Feedback