Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.260 ShowToolTips Property

Description:

Determines whether the ToolTipText is displayed for the Button objects of the tool bar.

Note that ShowToolTips does not affect the display of the ToolTipText property in the Toolbar control.

Used in control:

Toolbar

Values (with constants):

True - Displays the tool tip text.(POW-TRUE)

False - Does not display the tool tip text.(POW-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.