Closable Property
Description
The Closeable property specifies whether the close button is displayed in the TabWorkspace when this tab is selected.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Closable() As Boolean
Remarks
The Closeable property is used to specify whether the TabControlItem can be closed. This determines if the Close button will be displayed in the TabWorkspace when the TabControlItem is selected. Each tab in the TabWorkspace can have a different setting.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.