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
The SftTabsScrolling object describes the scrolling attributes of the tab control. The SftTabsScrolling object can be accessed through the control's Scrolling property. A control has only one SftTabsScrolling object.
| Property/Method | Description | 
|---|---|
| ButtonAlignment | Defines the button alignment. | 
| ButtonBackColor | Defines the button background color. | 
| ButtonBorderColor | Defines the button border color. | 
| ButtonHighlightColor | Defines the button highlight color. | 
| ButtonShadowColor | Defines the button shadow color. | 
| ButtonStyle | Defines the button appearance. | 
| CloseButton | Defines whether a Close button is available. | 
| CloseButtonAlignment | Defines the Close button, the Minimize button and the Restore button alignment. | 
| CloseButtonAuto | Defines whether the Close button automatically closes the form or a Closing event is generated. | 
| CloseButtonEnabled | Defines whether the Close button is enabled. | 
| CloseButtonFullSize | Defines whether the Close button, the Minimize button and the Restore button are as large as a tab. | 
| FullSize | Defines whether scroll buttons are as large as a tab. | 
| LeftButton | Returns a value indicating whether the left scroll button is enabled. | 
| MinimizeButton | Defines whether a Minimize button is available. | 
| MinimizeButtonEnabled | Defines whether the Minimize button is enabled. | 
| Picture | Defines the scroll button graphic. | 
| Picture2 | Defines the Close button, Minimize button and Restore button graphic. | 
| Picture2Disabled | Defines the Close button, Minimize button and Restore button graphic for a disabled button. | 
| PictureDisabled | Defines the scroll button graphic for a disabled button. | 
| RestoreButton | Defines whether a Restore button is available. | 
| RestoreButtonEnabled | Defines whether the Restore button is enabled. | 
| RightButton | Returns a value indicating whether the right scroll button is enabled. | 
| Scroll | Scrolls the tabs in a given direction. | 
| ScrollDropped | Returns whether the scroll buttons have been temporarily dropped because they are not necessary (scrolling is not possible). | 
| Style | Defines the control's scrolling style. | 
| ToolTipCloseButton | Defines the ToolTip for the Close button. | 
| ToolTipLeftButton | Defines the ToolTip for the left/up scroll button. | 
| ToolTipMinimizeButton | Defines the ToolTip for the Minimize button. | 
| ToolTipRestoreButton | Defines the ToolTip for the Restore button. | 
| ToolTipRightButton | Defines the ToolTip for the right/down scroll button. | 
| TruncatePattern | Defines whether truncated tabs are clipped or displayed using a ragged edge. | 
| VisibleTab | Returns the tab index of the first visible tab. | 
See Also Object Hierarchy
