MindFusion.Wpf Pack Programmer's Guide
DiagramTabItem.ShowCloseButton Property
See Also
 





Gets or sets a value indicating whether the close button is visible. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool ShowCloseButton { get; set; }

Visual Basic  Copy Code

Public Property ShowCloseButton As Boolean

 Property Value

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

 See Also

DiagramTabItem Members
DiagramTabItem Class
MindFusion.Diagramming.Wpf Namespace