GoDiagram Win Reference
ToolTipText Property (GoView)

Gets or sets a string to be displayed in a tooltip when no tooltip text is shown for a particular GoObject.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("A string to be displayed in a tooltip.")>
Public Overridable Property ToolTipText As String
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("A string to be displayed in a tooltip.")]
public virtual string ToolTipText {get; set;}

Property Value

The initial value is the empty string, which means don't display a tooltip.
Remarks
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.
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

GoView Class
GoView Members
DoToolTipObject Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback