Intersoft ClientUI Documentation
SetCustomTooltip(QueryDropStateEventArgs,String) Method



DragEventArgs
Tooltip text.
Set custom tooltip text.
Syntax
<ExtensionAttribute()>
Public Overloads Shared Sub SetCustomTooltip( _
   ByVal args As QueryDropStateEventArgs, _
   ByVal tooltip As String _
) 
Dim args As QueryDropStateEventArgs
Dim tooltip As String
 
QueryDropStateEventExtentions.SetCustomTooltip(args, tooltip)
[ExtensionAttribute()]
public static void SetCustomTooltip( 
   QueryDropStateEventArgs args,
   string tooltip
)
[ExtensionAttribute()]
public:
static void SetCustomTooltip( 
   QueryDropStateEventArgs^ args,
   String^ tooltip
) 

Parameters

args
DragEventArgs
tooltip
Tooltip text.
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