Active Tab Line Color (Active TabLineColor)

The Active Tab Line Color widget property specifies the color of the tab line underneath the active tab.

"ActiveTabLineColor=ColorName | HexColorNumber"

Value

Description

ColorName

Name of a web color or system color. For more information, see Standard Colors .

HexColorNumber

Hexadecimal number (prefixed by a hash mark) of a color.

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

Tab Line Color or Tab Colors must be defined.

Overridden if Frame is true.

Not applicable if an image is defined for the tab.

Description

If a Tab Line Color property has been defined, you can set a different color to appear beneath the active tab using Active Tab Line Color.

For colored tabs, the Active Tab Line Color replaces the default black tab line.

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

$fieldproperties(FLD) = "ActiveTabLineColor=red"

Applies To

utab (Tab)

Related Topics