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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the appearance of the client area border.
Get | |||
VB | Style = object.ClientAreaBorder As SftTabsClientAreaBorderConstants | ||
Put | |||
VB | object.ClientAreaBorder = Style As SftTabsClientAreaBorderConstants |
object
Style
Defines the appearance of the client area border.
Name | Value | Description |
---|---|---|
clientAreaBorderSftTabsNone | 0 | None - 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. |
clientAreaBorderSftTabs3D | 1 | Paints the client area and tab outlines with three dimensional effects. |
clientAreaBorderSftTabsFlat | 2 | Paints the client area and tab outlines flat, without three dimensional effects. |
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