Search
DiagramTabControl.ShowCloseButtons Property
See Also
 






Gets or sets a value indicating whether to display a close button for each tab. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public bool ShowCloseButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowCloseButtons As Boolean

 Property Value

 See Also