Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.ClientAreaBorder Property

Defines the appearance of the client area border.

Syntax

Get
VBStyle = object.ClientAreaBorder As SftTabsClientAreaBorderConstants
Put
VBobject.ClientAreaBorder = Style As SftTabsClientAreaBorderConstants

object

A SftTabs object.

Style

Defines the appearance of the client area border.

NameValueDescription
clientAreaBorderSftTabsNone0None - The client area does not have a border - Only the tab style (Style) styleSftTabsButtonsTop through styleSftTabsButtonsDualLeftRightV support this setting. All other tab control styles render the border using a 3D appearance.
clientAreaBorderSftTabs3D1Paints the client area and tab outlines with three dimensional effects.
clientAreaBorderSftTabsFlat2Paints the client area and tab outlines flat, without three dimensional effects.

Comments

The ClientAreaBorder property defines the appearance of the client area border.

Certain tab styles do not offer both a flat and 3D display style. The ClientAreaBorder property has no effect for these tab styles. The Attributes property page can be used to determine if a tab style supports a 3D appearance.

The tab control's client area can be enabled using the ClientArea property.

See Also SftTabs Object | Object Hierarchy


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