Intersoft ClientUI Documentation
CustomTooltipText Property



Gets or sets custom tooltip text.
Syntax
Public Property CustomTooltipText As String
Dim instance As DragDropEventData
Dim value As String
 
instance.CustomTooltipText = value
 
value = instance.CustomTooltipText
public string CustomTooltipText {get; set;}
public:
property String^ CustomTooltipText {
   String^ get();
   void set (    String^ value);
}
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

DragDropEventData Class
DragDropEventData Members

Send Feedback