Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.Appearance Property

Defines the control's paint style.

Obsolete - Use the ClientAreaBorder property instead.

Syntax

Get
VBType = object.Appearance As Integer
Put
VBobject.Appearance = Type As Integer

object

A SftTabs object.

Type

Describes the border look.

TypeDescription
0Flat, without visual effects.
1Paints the control border with three dimensional effects.

Comments

The Appearance property defines the control's paint style.

Obsolete - Use the ClientAreaBorder property instead.

The Appearance property affects the border drawn around the tabs and the client area.

Certain tab styles do not offer both a flat and 3D display style. The Appearance 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.

Example

SftTabs1.Appearance = 0

See Also SftTabs Object | Object Hierarchy


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