Intersoft WebGrid Documentation
ToolTip Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartInteractiveStyle Class : ToolTip Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The tooltip of the object when the mouse passes over it.")>
Public Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveStyle
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The tooltip of the object when the mouse passes over it.")]
public string ToolTip {get; set;}
Delphi 
public read-write property ToolTip: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The tooltip of the object when the mouse passes over it.")
public function get,set ToolTip : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The tooltip of the object when the mouse passes over it.")]
public: __property string* get_ToolTip();
public: __property void set_ToolTip( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The tooltip of the object when the mouse passes over it.")]
public:
property String^ ToolTip {
   String^ get();
   void set (    String^ value);
}

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 Intersoft Solutions Corp. All Rights Reserved.