Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsTabs.BoldActive Property

Defines whether a bold font is used for the active tab.

Syntax

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

object

A SftTabsTabs object.

Boolean

Defines whether a bold font is used for the active tab.

BooleanDescription
TrueA bold font is used.
FalseA normal font is used.

Comments

The BoldActive property defines whether a bold font is used for the active tab.

If the BoldActive property is set to True, the active tab will use a bold font. The remaining tabs will use the font as defined using the control's Font property.

Example

SftTabs1.Tabs.BoldActive = False

See Also SftTabsTabs Object | Object Hierarchy


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