Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.317 UseSystemColor Property

Description:

Indicates whether to use the system colors.

Used in control(s):

CommandButton

Toolbar

Values (with constants):

True:Uses the system colors.(POW-TRUE)

False:Does not use the system colors.(POW-FALSE)

When the value of this property is False, the "Button Face" color is mapped to the color of the BackColor property, the "Button Text" color is mapped to the color of the ForeColor property, and the color of the text's background is mapped to the HilightColor property.

Default value:

True:Uses the system colors.(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.