Active Foreground Color (ForecolorSelect)

Color of the label text when the widget, tab, or menu item is selected. If not specified, the Foreground Color is used.

"ForecolorSelect=ColorName | HexColorNumber | RGBColor"

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.

CommandButton

For the Command Button widget, this property only works if the Representation property is set to Uniface.

Setting in ProcScript

$fieldproperties(FLD1) = "forecolorselect=#0000FF"

Menu

For menus, this property also determines the color of separators in menus. It can only be set in the application initialization file and applies to all menus. For example:

menu=umenu(forecolor=black;ForeColorSelect=green)

Related Topics