Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.Enabled Property

Defines whether the control responds to user-generated events.

Syntax

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

object

A SftTabs object.

Boolean

Defines whether the control responds to user-generated events.

BooleanDescription
TrueThe control responds to user-generated events.
FalseThe control is disabled and does not respond to user-generated events. Tab text is painted in a "grayed" style. Tab graphics are not grayed.

Comments

The Enabled property defines whether the control responds to user-generated events.

If a tab control is disabled, it displays tab text in a grayed fashion. The tab graphics are not grayed.

If a tab control is disabled, the user can no longer interact with the tab control. The mouse and keyboard interface is disabled.

Example

SftTabs1.Enabled = False

See Also SftTabs Object | Object Hierarchy


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