Intersoft ClientUI Documentation
SetCustomTooltip(QueryDropStateEventArgs,DragDropEffects) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > QueryDropStateEventExtentions Class > SetCustomTooltip Method : SetCustomTooltip(QueryDropStateEventArgs,DragDropEffects) Method






args
DragEventArgs
effect
DragDropEffects.
Sets the custom tooltip image.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Overloads Shared Sub SetCustomTooltip( _
   ByVal args As QueryDropStateEventArgs, _
   ByVal effect As DragDropEffects _
) 
Visual Basic (Usage)Copy Code
Dim args As QueryDropStateEventArgs
Dim effect As DragDropEffects
 
QueryDropStateEventExtentions.SetCustomTooltip(args, effect)
C# 
[ExtensionAttribute()]
public static void SetCustomTooltip( 
   QueryDropStateEventArgs args,
   DragDropEffects effect
)
Delphi 
public procedure SetCustomTooltip( 
    args: QueryDropStateEventArgs;
    effect: DragDropEffects
); static; 
JScript 
ExtensionAttribute()
public static function SetCustomTooltip( 
   args : QueryDropStateEventArgs,
   effect : DragDropEffects
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void SetCustomTooltip( 
   QueryDropStateEventArgs* args,
   DragDropEffects effect
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void SetCustomTooltip( 
   QueryDropStateEventArgs^ args,
   DragDropEffects effect
) 

Parameters

args
DragEventArgs
effect
DragDropEffects.

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.