Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.MinimizeButton Property

Defines whether a Minimize button is available.

Syntax

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

object

A SftTabsScrolling object.

Boolean

Defines whether a Minimize button is available.

BooleanDescription
TrueThe Minimize button is displayed.
FalseThe Minimize button is not available.

Comments

The MinimizeButton property defines whether a Minimize button is available.

A tab control with a single row of tabs (Tabs.Rows) offers an optional "Minimize" button.

The Minimize button does not require the presence of scroll buttons.

Scrolling.CloseButtonAlignment defines the Close button, the Minimize button and the Restore button alignment.

When the user clicks the Minimize button, the Minimizing event occurs.

The Scrolling.MinimizeButtonEnabled property defines whether the Minimize button is enabled.

The Scrolling.CloseButtonFullSize property defines whether the Close button, the Minimize button and the Restore button are as large as a tab.

The Scrolling.ToolTipMinimizeButton property can be used to define the Minimize button ToolTip.

Example

SftTabs1.Style = styleSftTabsModern2Top
SftTabs1.Tabs.Rows = 1
SftTabs1.Scrolling.ButtonStyle = scrollSftTabsButtonMDI
SftTabs1.Scrolling.MinimizeButton = True
SftTabs1.Scrolling.MinimizeButtonEnabled = True
SftTabs1.Scrolling.RestoreButton = True
SftTabs1.Scrolling.RestoreButtonEnabled = True
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.