SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether the Close button is enabled.
| Get | |||
| VB | Boolean = object.CloseButtonEnabled As Boolean | ||
| Put | |||
| VB | object.CloseButtonEnabled = Boolean As Boolean |
object
Boolean
Defines whether the Close button is enabled.
| Boolean | Description |
|---|---|
| True | The Close button is enabled. |
| False | The Close button is disabled. |
The CloseButtonEnabled property defines whether the Close button is enabled.
The Scrolling.CloseButton property defines whether a Close button is available.
SftTabs1.Style = styleSftTabsModern2Top SftTabs1.Tabs.Rows = 1 SftTabs1.Scrolling.CloseButton = True SftTabs1.Scrolling.CloseButtonAuto = True SftTabs1.Scrolling.CloseButtonAlignment = alignButtonSftTabsCenter SftTabs1.Scrolling.CloseButtonEnabled = True SftTabs1.Scrolling.CloseButtonFullSize = True
See Also SftTabsScrolling Object | Object Hierarchy
