Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.320 ValueTips Property

Description:

Indicates whether the value of the Value property is displayed in a tool tip box as the user drags the sliding pointer ("thumb").

Used in control(s):

Slider

Values (with constants):

True - Displays tool tips.(POW-TRUE)
False - Does not display tool tips.(POW-FALSE)

Default value:

False - Does not display tool tips.(POW-FALSE)

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.