Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsTab.CloseButton Property

Defines whether the tab has a tab close button (implemented using Image2 properties).

Syntax

Get
VBBoolean = object.CloseButton As Boolean
Put
VBobject.CloseButton = Boolean As Boolean

object

A SftTabsTab object.

Boolean

Defines whether the tab has a tab close button (implemented using Image2 properties).

BooleanDescription
TrueThe tab displays a close button. The default close button is only visible when the tab is the active tab or during flyby highlighting.
FalseThe tab does not display a close button.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.