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 control's paint style.
Obsolete - Use the ClientAreaBorder property instead.
| Get | |||
| VB | Type = object.Appearance As Integer | ||
| Put | |||
| VB | object.Appearance = Type As Integer |
object
Type
Describes the border look.
| Type | Description |
|---|---|
| 0 | Flat, without visual effects. |
| 1 | Paints the control border with three dimensional effects. |
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.
SftTabs1.Appearance = 0
See Also SftTabs Object | Object Hierarchy
