Gets or sets a value indicating whether to display the 'Create New Tab' button.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowCreateNewTab { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowCreateNewTab As Boolean |
true to enable interactive tab creation; otherwise, false. The default is true.
See Also