Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.TruncatePattern Property

Defines whether truncated tabs are clipped or displayed using a ragged edge.

Syntax

Get
VBBoolean = object.TruncatePattern As Boolean
Put
VBobject.TruncatePattern = Boolean As Boolean

object

A SftTabsScrolling object.

Boolean

Defines whether truncated tabs are clipped or displayed using a ragged edge.

BooleanDescription
TrueA truncated tab displays a ragged edge.
FalseA truncated tab does not display a ragged edge and is simply clipped.

Comments

The TruncatePattern property defines whether truncated tabs are clipped or displayed using a ragged edge.

If scrolling is not enabled, this property cannot be used.

Example

Private Sub Form_Load()
    With SftTabs1
        .Scrolling.Style = scrollSftTabsAlwaysLeft
        .Scrolling.TruncatePattern = False
        .Scrolling.FullSize = True
        .ClientArea = False
        .MakeNaturalSize
        .Width = 2000
    End With
End Sub

See Also SftTabsScrolling Object | Object Hierarchy


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