Search
LayerListView.ShowTooltips Property
See Also
 





Gets or sets a value indicating whether to display tooltips.

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

 Syntax

C#  Copy Code

public bool ShowTooltips { get; set; }

Visual Basic  Copy Code

Public Property ShowTooltips As Boolean

 Property Value

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

 See Also