Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.BackColor Property

Defines the control's default background color.

Syntax

Get
VBClr = object.BackColor As OLE_COLOR
Put
VBobject.BackColor = Clr As OLE_COLOR

object

A SftTabs object.

Clr

Defines the control's default background color.

Comments

The BackColor property defines the control's default background color.

The BackColor property is used to paint the background inside and outside the tab control area (within the rectangle defined for the entire tab control).

If the tab control uses an exact window region (see UseExactRegion), there is no area available outside the tab control which could be painted with the defined background color. In this case, the BackColor only applies to the inside of the tab control.

If the tab control uses Windows themes, the BackColor property has no effect on the inside of the tab control.

The BackgroundInside property and a tab's ClientAreaColor can override the defined background color.

See Also SftTabs Object | Object Hierarchy


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