Search
TabbedDiagramView.ShowTabNavigationButtons Property
See Also
 





Gets or sets a value indicating whether the tab navigation buttons.

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

 Syntax

C#  Copy Code

public bool ShowTabNavigationButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowTabNavigationButtons As Boolean

 Property Value

true to enable tab navigation; otherwise, false. The default is true.

 See Also