Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.292 ThumbVisible Property

Description:

Determines whether the sliding pointer ("thumb") is visible.

Used in control(s):

Slider

Values (with constants):

True - Displays the thumb.(POW-TRUE)
False - Does not display the thumb.(POW-FALSE)

Default value:

True - Displays the thumb.(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.