Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.LeftButton Property

Returns a value indicating whether the left scroll button is enabled.

Syntax

Get
VBBoolean = object.LeftButton As Boolean

object

A SftTabsScrolling object.

Boolean

Returns a value indicating whether the left scroll button is enabled.

BooleanDescription
TrueThe left (or up) scroll button is enabled. Scrolling in that direction is possible.
FalseThe left (or up) scroll button is not enabled. Scrolling in that direction is not possible.

Comments

The LeftButton property returns a value indicating whether the left scroll button is enabled.

The LeftButton property returns the current status of the left/up scroll button. It can be used to implement an application defined scrolling method.

The LeftButton property is only meaningful if a scrollable tab control is used (see Scrolling.Style).

The Scrolling.RightButton property provides the equivalent information for the right/down scroll button.

The Scrolling.Style property defines whether scroll buttons are available.

See Also SftTabsScrolling Object | Object Hierarchy


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