Focus Background Color (BackColorFocus)

The Focus Background Color ( BackColorFocus) specifies the color of the background when the button field has focus.

"BackColorFocus=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:

Representation property must be set to Uniface

Setting in ProcScript

$fieldproperties(FLD1) = "aliceblue"

Applies To

CommandButton

Related Topics