Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsTabs.Flyby Property

Defines whether flyby highlighting is enabled.

Syntax

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

object

A SftTabsTabs object.

Boolean

Defines whether flyby highlighting is enabled.

BooleanDescription
TrueFlyby highlighting is enabled.
FalseFlyby highlighting is disabled.

Comments

The Flyby property defines whether flyby highlighting is enabled.

The color used to highlight a tab is defined using each tab's Tab.FlybyColor property.

If the defined tab control style (Style) supports and uses themes, flyby highlighting should be enabled. Instead of underlining the text, the theme's presentation method is used when the mouse cursor is above a tab.

Example

SftTabs1.Tabs.Flyby = False

See Also SftTabsTabs Object | Object Hierarchy


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