Search
DiagramView.ShowToolTips Property
See Also
 





Gets or sets a value indicating whether tooltips are enabled.

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

 Syntax

C#  Copy Code

public bool ShowToolTips { get; set; }

Visual Basic  Copy Code

Public Property ShowToolTips As Boolean

 Property Value

true to display tooltips; otherwise, false. The default is true.

 Remarks

Use the property to specify if tooltips - small labels with explanation texts - are displayed when the mouse pointer rests over the control.

 See Also