Button O Directive {C} Operator

Syntax

{C = Fore_Color [, Selected_Fore_Color [, Disabled_Fore_Color ]] }

Arguments

Fore_Color

Character. The foreground color.

Selected_Fore_Color

Character. Optional. The foreground color of a selected list box item.

Disabled_Fore_Color

Character. Optional. The foreground color of a disabled list box item.

Description

The {C} operator is used in a button's owner draw (O) directive and its {@@} operator to specify foreground colors.

Example

Refer to Button O Directive {@@} Operator.

See Also