Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.195 Orientation Property

Description:

Defines the orientation of the control.

Used in control(s):

ProgressIndicator

ScrollBar

Slider

Tab

Values (with constants):

Tab

0 - Top(POW-TAB-ORIENTATION-TOP)
1 - Bottom(POW-TAB-ORIENTATION-BOTTOM)
2 - Left(POW-TAB-ORIENTATION-LEFT)
3 - Right(POW-TAB-ORIENTATION-RIGHT)

Indicates where the tabs are placed on the control.

Others

0 - Horizontal(POW-ORIENTATION-HORIZONTAL)
1 - Vertical(POW-ORIENTATION-VERTICAL)

Default value:

Tab

0 - Top(POW-TAB-ORIENTATION-TOP)

Others

0 - Horizontal(POW-ORIENTATION-HORIZONTAL)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

ProgressIndicator and Slider

Set and reference.

ScrollBar and Tab

Reference only.

Backward compatibility attribute:

None.