Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.294 TickFrequency Property

Description:

Defines the increments between graduation marks ("ticks") on the slider.

Used in control(s):

Slider

Value:

The increments between ticks.

The value is an integer greater than zero.

It is only effective when the AutoTick property is True.

The value should satisfy the following relationship:

TickFrequency < Max - Min

Default value:

10

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.