SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the button appearance.
Get | |||
VB | Style = object.ButtonStyle As SftTabsScrollingButtonStyleConstants | ||
Put | |||
VB | object.ButtonStyle = Style As SftTabsScrollingButtonStyleConstants |
object
Style
Defines the button style.
Style | Value | Description |
---|---|---|
scrollSftTabsButtonButton | 0 | Button display - honors Windows themes if available, otherwise a regular button is displayed. |
scrollSftTabsButtonScroll | 1 | Scroll button display - honors Windows themes if available, otherwise a regular button is displayed. |
scrollSftTabsButtonClassicButton | 2 | Regular button display - Windows themes are never used, even if available. |
scrollSftTabsButtonHover | 3 | Regular button display, borders are only visible if the mouse cursor is located above the button - Windows themes are never used. |
scrollSftTabsButtonMDI | 4 | MDI button display - honors Windows themes if available, otherwise a regular button is displayed. |
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