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
Returns the SftTabsTabs object.
Get | |||
VB | Set refTabsObj = object.Tabs As SftTabsTabs |
object
refTabsObj
Returns a reference to the control's SftTabsTabs object.
The Tabs property returns the SftTabsTabs object.
The Tabs property returns the SftTabsTabs object for the control. The default properties and behavior of all tabs can be updated using the returned SftTabsTabs object.
A SftTabsTab object for a specific tab can be retrieved using the Tab property.
Private Sub Form_Load() With SftTabs1.Direct .Tabs.Clear .Tabs.Add "First Tab" .Tabs.Add "Second Tab" End With End Sub
See Also SftTabs Object | Object Hierarchy