Search
TabbedDiagramView.ShowCreateNewTab Property
See Also
 





Gets or sets a value indicating whether to display the 'Create New Tab' button.

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

 Syntax

C#  Copy Code

public bool ShowCreateNewTab { get; set; }

Visual Basic  Copy Code

Public Property ShowCreateNewTab As Boolean

 Property Value

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

 See Also