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






Syntax

Visual Basic (Declaration) 
<WebCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<WebSysDescriptionAttribute("The tooltip displayed when the mouse is over the control.")>
<LocalizableAttribute(True)>
Public Overridable Property ToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As String
 
instance.ToolTip = value
 
value = instance.ToolTip
C# 
[WebCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The tooltip displayed when the mouse is over the control.")]
[LocalizableAttribute(true)]
public virtual string ToolTip {get; set;}
Delphi 
public read-write property ToolTip: String; virtual; 
JScript 
WebCategoryAttribute("Behavior")
DefaultValueAttribute()
WebSysDescriptionAttribute("The tooltip displayed when the mouse is over the control.")
LocalizableAttribute()
public function get,set ToolTip : String
Managed Extensions for C++ 
[WebCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The tooltip displayed when the mouse is over the control.")]
[LocalizableAttribute(true)]
public: __property virtual string* get_ToolTip();
public: __property virtual void set_ToolTip( 
   string* value
);
C++/CLI 
[WebCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The tooltip displayed when the mouse is over the control.")]
[LocalizableAttribute(true)]
public:
virtual 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.