Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.33 CaptionBackGray Property

Description:

Determines whether the row and column headings have a background color of Gray or the color defined in the BackColor property.

Used in control(s):

Table

Values (with constants):

True - Gray background.(POW-TRUE)

False - Same as BackColor property.(POW-FALSE)

It is only effective when the Appearance property is "0-Flat".

Default value:

True(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.