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 indentation of tab rows.
Get | |||
VB | Size = object.RowIndent As Single | ||
Put | |||
VB | object.RowIndent = Size As Single |
object
Size
Defines the amount of the indentation for the first and additional rows of tabs. The units used depend on the current coordinate system used (usually TWIPS).
The RowIndent property defines the indentation of tab rows.
The RowIndent and RowIndentPix properties are synonyms, but use different coordinate systems.
Additional tab rows can be indented by the amount specified by Size. Specify -1 to use the tab style's built-in margin.
Private Sub Form_Load() SftTabs1.Tabs.Rows = 2 SftTabs1.Tabs.Fixed = True SftTabs1.Tabs.LeftMargin = 200 SftTabs1.Tabs.RightMargin = 200 SftTabs1.Tabs.RowIndent = 400 End Sub
See Also SftTabsTabs Object | Object Hierarchy