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 tab's application-defined Variant value.
Get | |||
VB | vData = object.Tag1 As Variant | ||
Put | |||
VB | object.Tag1 = vData As Variant |
object
vData
The Variant data stored with the tab described by object. This data is application defined and is not used by the tab control in any way.
The Tag1 property defines the tab's application-defined Variant value.
The Tag1 and Tag2 properties can be used to store application defined data (including object references). Tag1 and Tag2 are distinct properties.
See MDITab Sample
See Also SftTabsTab Object | Object Hierarchy