ActivePageTabForeColor Property (ATab)

Returns or sets the foreground color of the active page's tab.

Syntax

[ clrForeground = ] Object.ActivePageTabForeColor

The ActivePageTabForeColor property syntax has the following parts:

 

Name]

Type

Description

Object

ATab

ATab control

clrForeGround

AColor

Foreground (text) color of the active page's tab

Example

The following example will set the foreground color of the active page's tab:

tab.ActivePageTabForeColor=clrForeground

Applies to

ATab

See Also

ATab.ActivePage, ATab.ActivatePage, ATab.ActivePageTabBackColor, ATab.InactivePageTabBackColor, ATab.InactivePageTabForeColor