Hover Foreground Color (ForeColorHover)

Color of the text when the mouse cursor hovers over the widget. If not specified, the Foreground Color is used.

"ForeColorHover=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. For example: #D90E1A.
RGBColor RGB (Red Green Blue) numeric values in the form R,G,B. For example 255,0,0

Description

This property only works if the Representation property is set to Uniface.

Setting in ProcScript

$fieldproperties(FLD1) = ForeColorHover=yellow"

Applies To

CommandButton

Related Topics