Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.322 VScrollBar Property

Description:

Determines whether to use a vertical scrollbar in the TextBox control.

Used in control(s):

TextBox

Values (with constants):

True - Displays a vertical scrollbar.(POW-TRUE)

False - Does not display a vertical scrollbar.(POW-FALSE)

It is only effective when the MultiLine property is True.

Default value:

False - Does not display a vertical scrollbar.(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.