Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoView Class : ToolTipText Property |
'Declaration <DescriptionAttribute("A string to be displayed in a tooltip.")> Public Overridable Property ToolTipText As String
[DescriptionAttribute("A string to be displayed in a tooltip.")] public virtual string ToolTipText {get; set;}
This is just a renaming of the WebControl.ToolTip
property.
Note that this is different from the same property that you may find on some GoObject classes such as GoNode (ToolTipText), since here an empty string is the same as a value of null/Nothing, meaning not to display a tooltip. For GoObjects a value from GoObject.GetToolTip of an empty string will display an empty tooltip, and only a value of null/Nothing will indicate no tooltip for that particular GoObject.
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