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 alignment of all tabs within the control.
Get | |||
VB | Style = object.Alignment As SftTabsTabsAlignConstants | ||
Put | |||
VB | object.Alignment = Style As SftTabsTabsAlignConstants |
object
Styletable row cellh Name cellh Value cellh Description row cell tabsAlignLeft cell 0 cell Left/Top - Each row of tabs is left aligned within the available space. Tab controls with tabs on the left or right side align the tab rows with the top of the control. row cell tabsAlignRight cell 1 cell Right/Bottom - Each row of tabs is right-aligned within the available space. Tab controls with tabs on the left or right side align the tab rows with the bottom of the control.
The Alignment property defines the alignment of all tabs within the control.
Tab rows are filled left to right. Tab rows cannot be filled right to left.
The alignment of tab text or tab images is defined using the SftTabsTab.Align property.
Dim Index As Integer With SftTabs1.Direct .Tabs.Clear Index = .Tabs.Add("The One") .Tabs.Alignment = tabsAlignRight .Tabs.Current = Index End With
See Also SftTabsTabs Object | Object Hierarchy