Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.ButtonStyle Property

Defines the button appearance.

Syntax

Get
VBStyle = object.ButtonStyle As SftTabsScrollingButtonStyleConstants
Put
VBobject.ButtonStyle = Style As SftTabsScrollingButtonStyleConstants

object

A SftTabsScrolling object.

Style

Defines the button style.

StyleValueDescription
scrollSftTabsButtonButton0Button display - honors Windows themes if available, otherwise a regular button is displayed.
scrollSftTabsButtonScroll1Scroll button display - honors Windows themes if available, otherwise a regular button is displayed.
scrollSftTabsButtonClassicButton2Regular button display - Windows themes are never used, even if available.
scrollSftTabsButtonHover3Regular button display, borders are only visible if the mouse cursor is located above the button - Windows themes are never used.
scrollSftTabsButtonMDI4MDI button display - honors Windows themes if available, otherwise a regular button is displayed.

Comments

The ButtonStyle property defines the button appearance.

When using ButtonStyle scrollSftTabsButtonButton or scrollSftTabsButtonScroll, all color properties which define the button are ignored. These are only honored when using scrollSftTabsButtonClassicButton or scrollSftTabsButtonHover.

The Scrolling.ButtonAlignment property defines the scroll button alignment.

See Also SftTabsScrolling Object | Object Hierarchy


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