Gets the ToolTip control used to display tool tips for the diagram items.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public ToolTip ToolTipControl { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ToolTipControl As ToolTip |
An instance of the System.Windows.Forms.ToolTip class.
See Also