Search
Diagram.ToolTip Property
See Also
 





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

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 diagram. The default is an empty string.

 Remarks

This tool-tip is displayed when the mouse rests over an unoccupied document area. If the mouse points to an item, the ToolTip of that item will appear. Tool-tips can be enabled or disabled using the ShowToolTips property.

 See Also