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
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
SftTree/NET 2.0 - Tree Control
Defines the indentation of tab rows.
| Get | |||
| VB | SizePix = object.RowIndentPix As Long | ||
| Put | |||
| VB | object.RowIndentPix = SizePix As Long |
object
SizePix
Defines the amount of the indentation for the first and additional rows of tabs. The units used are pixels.
The RowIndentPix 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.
See Also SftTabsTabs Object | Object Hierarchy
