Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.RightButton Property

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

Syntax

Get
VBBoolean = object.RightButton As Boolean

object

A SftTabsScrolling object.

Boolean

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

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

Comments

The RightButton property returns a value indicating whether the right scroll button is enabled.

The RightButton property returns the current status of the right/down scroll button. It can be used to implement an application defined scrolling method.

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

The Scrolling.LeftButton property provides the equivalent information for the left/up 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.