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 SftTabsTab object represents one individual tab in a SftTabs/OCX control. A SftTabsTab object for a particular tab can be accessed through the Tab property.
| Property/Method | Description | 
|---|---|
| Align | Defines the tab text and graphic alignment. | 
| BackColor | Defines the tab's background color. | 
| BackColorActive | Defines the tab's background color (used when the tab is the current tab). | 
| BackColorActiveEnd | Defines the tab's background color (ending color when using a gradient fill along with BackColorActiveStart, used when the tab is the current tab). | 
| BackColorActiveStart | Defines the tab's background color (starting color when using a gradient fill along with BackColorActiveEnd, used when the tab is the current tab). | 
| BackColorEnd | Defines the tab's background color (ending color when using a gradient fill along with BackColorStart). | 
| BackColorStart | Defines the tab's background color (starting color when using a gradient fill along with BackColorEnd). | 
| ClientAreaColor | Defines the color of the client area associated with the tab. | 
| ClientAreaColorEnd | Defines the color of the client area associated with the tab (ending color when using a gradient fill along with ClientAreaColorEnd). | 
| ClientAreaColorStart | Defines the color of the client area associated with the tab (starting color when using a gradient fill along with ClientAreaColorEnd). | 
| CloseButton | Defines whether the tab has a tab close button (implemented using Image2 properties). | 
| Enabled | Defines whether the tab is enabled. | 
| FlybyColor | Defines the tab's foreground color used for flyby highlighting. | 
| ForeColor | Defines the tab's foreground color. | 
| ForeColorActive | Defines the tab's foreground color (used when the tab is the current tab). | 
| GetPosition | Returns the tab's position and dimensions. | 
| GetPositionPix | Returns the tab's position and dimensions. | 
| Image | Defines the graphic displayed in the tab. | 
| Image2 | Defines the second graphic displayed in the tab along the right side/bottom. | 
| Image2Active | Defines the second graphic displayed in the tab along the right side/bottom, when the tab is the active tab. | 
| Image2Disabled | Defines the second graphic displayed in the tab along the right side/bottom, when the tab is disabled. | 
| Image2GapPix | Defines the gap between the tab label and the second tab image on the right/bottom. | 
| Image2Hot | Defines the second graphic displayed in the tab along the right side/bottom, when the tab is highlighted due to flyby highlighting. | 
| ImageDisabled | Defines the graphic displayed in the tab, when the tab is disabled. | 
| ImageHot | Defines the graphic displayed in the tab, when the tab is highlighted due to flyby highlighting. | 
| ImageIndex | Defines the ImageList's image index used for the tab graphic. | 
| ImageList | Defines the ImageList used for the tab graphic. | 
| Index | Returns the tab's index. | 
| Name | Defines the tab's name. | 
| Picture | Defines the graphic displayed in the tab. | 
| Tag1 | Defines the tab's application-defined Variant value. | 
| Tag2 | Defines the tab's application-defined Variant value. | 
| Text | Defines the tab's text. | 
| ToolTip | Defines the tab's ToolTip text. | 
| Visible | Defines whether the tab is visible. | 
See Also Object Hierarchy
