Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.154 IsCheckBtn Property

Description:

Indicates whether checkboxes are inserted to the left of each item in the ListBox control.

Used in control(s):

ListBox

Values (with constants):

True - Inserts checkboxes.(POW-TRUE)
False - Does not insert checkboxes.(POW-FALSE)

Default value:

False - Does not insert checkboxes.(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.