Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.219 RangeSelect Property

Description:

Determines whether the slider contains a bar that covers a particular range.

Used in control(s):

Slider

Values (with constants):

True - Displays a bar that covers the range specified by the SelectStart and SelectEnd properties.(POW-TRUE)

False - Does not display a bar.(POW-FALSE)

Default value:

False - Does not display a bar.(POW-FALSE)

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.