Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.296 TickStyle Property

Description:

Defines the manner in which the graduation marks ("ticks") are displayed

Used in control(s):

Slider

Values (with constants):

0 - No Ticks(POW-TICKSTYLE-NOTICKS)
1 - Bottom / Right(POW-TICKSTYLE-BOTTOMRIGHT)
2 - Top / Left (POW-TICKSTYLE-TOPLEFT)
3 - Both(POW-TICKSTYLE-BOTH)

Apart from value 3, the sliding pointer points towards the ticks.

Default value:

1 - Bottom / Right(POW-TICKSTYLE-BOTTOMRIGHT)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.