Gets or sets a short text message displayed when the mouse pointer rests over the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string ToolTip { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ToolTip As String |
The tool-tip text displayed for this diagram. The default is an empty string.
RemarksThis 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 AlsoDiagram Members
Diagram Class
MindFusion.Diagramming Namespace
DiagramView.ToolTipDelay Property