Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.19 AutoTick Property

Description:

Indicates whether graduation marks ("ticks") are displayed at intervals determined by the TickFrequency property.

Used in control(s):

Slider

Values (with constants):

True:Slider displays ticks.(POW-TRUE)

False:Does not display ticks.(POW-FALSE)

Note: You can add ticks using the AddTick method only when the AutoTick property is False.

Default value:

True(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.