Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.ToolTipRightButton Property

Defines the ToolTip for the right/down scroll button.

Syntax

Get
VBString = object.ToolTipRightButton As String
Put
VBobject.ToolTipRightButton = String As String

object

A SftTabsScrolling object.

String

Defines the ToolTip for the right/down scroll button.

Comments

The ToolTipRightButton property defines the ToolTip for the right/down scroll button.

Example

SftTabs1.Style = styleSftTabsModern2Top
SftTabs1.Tabs.Rows = 1
SftTabs1.Scrolling.Style = scrollSftTabsAlwaysRight
SftTabs1.Scrolling.ToolTipLeftButton = "Scroll Left"
SftTabs1.Scrolling.ToolTipRightButton = "Scroll Right"

See Also SftTabsScrolling Object | Object Hierarchy


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