Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.Tabs Property

Returns the SftTabsTabs object.

Syntax

Get
VBSet refTabsObj = object.Tabs As SftTabsTabs

object

A SftTabs object.

refTabsObj

Returns a reference to the control's SftTabsTabs object.

Comments

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.

Example

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.