Search
DiagramView.ToolTipControl Property
See Also
 





Gets the ToolTip control used to display tool tips for the diagram items.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public ToolTip ToolTipControl { get; }

Visual Basic  Copy Code

Public ReadOnly Property ToolTipControl As ToolTip

 Property Value

An instance of the System.Windows.Forms.ToolTip class.

 See Also