MindFusion.Wpf Pack Programmer's Guide
DiagramTabControl.ShowCreateNewTab Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 deletion; otherwise, false. The default is true.

 See Also

DiagramTabControl Members
DiagramTabControl Class
MindFusion.Diagramming.Wpf Namespace