Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsTabs.RowIndent Property

Defines the indentation of tab rows.

Syntax

Get
VBSize = object.RowIndent As Single
Put
VBobject.RowIndent = Size As Single

object

A SftTabsTabs 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).

Comments

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.

Example

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


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