Search
DiagramItem.ToolTip Property
See Also
 





Gets or sets a short text message displayed when the mouse pointer rests over the diagram element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As String

 Property Value

The tool-tip text displayed for this item. The default value is an empty string.

 Remarks

When the mouse rests for a while over an item, the item's tool-tip text is displayed. If it is an empty string, the diagram's ToolTip is displayed instead.

The tool-tip text is also used as a value of the ALT attribute of the image map AREA corresponding to the item; see HtmlBuilder for further information.

 See Also