Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsTabs.SwitchOnRelease Property

Defines whether the tabs are switched when the mouse button is pressed or released.

Syntax

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

object

A SftTabsTabs object.

Boolean

Defines whether the tabs are switched when the mouse button is pressed or released.

BooleanDescription
TrueTab switching occurs when the mouse button is pressed.
FalseTab switching occurs when the mouse button is released.

Comments

The SwitchOnRelease property defines whether the tabs are switched when the mouse button is pressed or released.

For most tab styles, SwitchOnRelease should be set to False. For button tab styles (see Style property, styleSftTabsButtonsTop through styleSftTabsButtonsDualLeftRightV), the SwitchOnRelease property should be set to True, so the buttons used can properly emulate the behavior of Windows buttons.

See Also SftTabsTabs Object | Object Hierarchy


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