Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.135 HScrollBar Property

Description:

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

Used in control(s):

TextBox

Values (with constants):

True:Control displays a horizontal scrollbar. (POW-TRUE)

False:Control does not display a horizontal scrollbar. (POW-FALSE)

It is only effective when the MultiLine property is True.

Default value:

False:Control does not display a horizontal 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.