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 SftTabsTabs object describes overall tab attributes and their defaults in a SftTabs/OCX control. The SftTabsTabs object can be accessed through the control's Tabs property. A control has only one SftTabsTabs object.
| Property/Method | Description | 
|---|---|
| Add | Adds a new tab. | 
| Alignment | Defines the alignment of all tabs within the control. | 
| BoldActive | Defines whether a bold font is used for the active tab. | 
| Clear | Removes all tabs. | 
| ClippedText | Returns whether any of the tab labels has text that doesn't fit within the available space. | 
| Count | Returns the number of tabs. | 
| Current | Defines the currently active tab. | 
| Delete | Deletes an existing tab. | 
| DroppedText | Returns whether any of the tab labels has been dropped because the text doesn't fit within the available space. | 
| DropText | Defines whether tab text is dropped if it doesn't fit. | 
| EachRow | Defines the number of tabs per tab row. | 
| FillComplete | Defines whether tabs fill each row completely. | 
| Fixed | Defines whether all tabs are the same size. | 
| Flyby | Defines whether flyby highlighting is enabled. | 
| ForcedSize | Defines the height/width of a tab row. | 
| ForcedSizePix | Defines the height/width of a tab row (in pixels). | 
| Highlighted | Defines the currently highlighted tab (due to flyby highlighting). | 
| HitTest | Determines the tab index of a tab at a given location. | 
| HitTestPix | Determines the tab index of a tab at a given location. | 
| Insert | Inserts a new tab. | 
| LayoutMode | Defines the layout mode of all tabs within the control. | 
| LeftMargin | Defines the size of the left/top margin. | 
| LeftMarginPix | Defines the size of the left/top margin. | 
| MaxRows | Defines the maximum number of rows (only used when LayoutMode is set to 2-AutoFlow). | 
| MinRows | Defines the minimum number of rows (only used when LayoutMode is set to 2-AutoFlow). | 
| Move | Moves a tab to a new position. | 
| Next | Makes the next tab active. | 
| Previous | Makes the previous tab active. | 
| RightMargin | Defines the size of the right/bottom margin. | 
| RightMarginPix | Defines the size of the right/bottom margin. | 
| RowIndent | Defines the indentation of tab rows. | 
| RowIndentPix | Defines the indentation of tab rows. | 
| Rows | Defines the number of tab rows. | 
| ShowFocusRectangle | Defines whether the focus rectangle is displayed when the control has the input focus. | 
| SwitchOnRelease | Defines whether the tabs are switched when the mouse button is pressed or released. | 
| TextOnly | Defines whether the specified tab background color is used for tab text only. | 
| VisibleCount | Returns the number of visible tabs. | 
See Also Object Hierarchy
