Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.ToolTipRestoreButton Property

Defines the ToolTip for the Restore button.

Syntax

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

object

A SftTabsScrolling object.

String

Defines the ToolTip text for the Restore button.

Comments

The ToolTipRestoreButton property defines the ToolTip for the Restore button.

Example

SftTabs1.Style = styleSftTabsModern2Top
SftTabs1.Tabs.Rows = 1
SftTabs1.Scrolling.ButtonStyle = scrollSftTabsButtonMDI
SftTabs1.Scrolling.MinimizeButton = True
SftTabs1.Scrolling.ToolTipMinimizeButton = "Minimize Me"
SftTabs1.Scrolling.RestoreButton = True
SftTabs1.Scrolling.ToolTipRestoreButton = "Restore Me"
SftTabs1.Scrolling.CloseButtonFullSize = True
SftTabs1.Scrolling.CloseButton = True
SftTabs1.Scrolling.CloseButtonAuto = True
SftTabs1.Scrolling.CloseButtonAlignment = alignButtonSftTabsCenter

See Also SftTabsScrolling Object | Object Hierarchy


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