Intersoft ClientUI Documentation
SetCustomTooltip(DragEventArgs,String) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragEventExtensions Class > SetCustomTooltip Method : SetCustomTooltip(DragEventArgs,String) Method






args
DragEventArgs
tooltip
Tooltip text.
Set custom tooltip text.

Syntax

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

Parameters

args
DragEventArgs
tooltip
Tooltip text.

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.