ComponentOne Menus and Toolbars for WinForms
CanCloseTabs Property

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingTab Class : CanCloseTabs Property
Gets or sets a value indicating whether individual tab pages can be closed by the end user. If CanCloseTabs is true, a close icon appears either in the caption area (if ShowCaption is true), or in the tabs area otherwise.
Syntax
'Declaration
 
Public Property CanCloseTabs As System.Boolean
public System.bool CanCloseTabs {get; set;}
See Also

Reference

C1DockingTab Class
C1DockingTab Members