Gets or sets a value indicating whether tooltips are enabled.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public bool ShowToolTips { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowToolTips As Boolean |
true to display tooltips; otherwise, false. The default is true.
Use the property to specify if tooltips - small labels with explanation texts - are displayed when the mouse pointer rests over the control.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |