Intersoft WebGrid Documentation
TooltipText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCell Class : TooltipText Property






Gets or sets the tooltip text of cell object.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the tooltip text of cell object.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property TooltipText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As String
 
instance.TooltipText = value
 
value = instance.TooltipText
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the tooltip text of cell object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string TooltipText {get; set;}
Delphi 
public read-write property TooltipText: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the tooltip text of cell object.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set TooltipText : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the tooltip text of cell object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_TooltipText();
public: __property void set_TooltipText( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the tooltip text of cell object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ TooltipText {
   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.