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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the tab has a tab close button (implemented using Image2 properties).
Get | |||
VB | Boolean = object.CloseButton As Boolean | ||
Put | |||
VB | object.CloseButton = Boolean As Boolean |
object
Boolean
Defines whether the tab has a tab close button (implemented using Image2 properties).
Boolean | Description |
---|---|
True | The tab displays a close button. The default close button is only visible when the tab is the active tab or during flyby highlighting. |
False | The tab does not display a close button. |
The CloseButton property defines whether the tab has a tab close button (implemented using Image2 properties).
When the CloseButton property is set to True to support a tab close button, the Image2 property and the associated Image2Active, Image2Disabled, Image2Hot and Image2GapPix are set using predefined images/values and cannot be used for any other purposes.
When the user clicks on a tab close button, the TabClicked event occurs with the TabArea argument set to tabareaSftTabsImage2.
See Also SftTabsTab Object | Object Hierarchy