Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.199 PageTooltip Property (Array)

Description:

Contains a text string to be displayed as a tool tip for a tab page title in the Tab control. The text strings are held in an array, so always use an index when referencing the PageToolTip property.

Used in control:

Tab

Value:

The text string to be displayed as a tool tip.

If the mouse pointer lingers over the tab page title for a short period of time, the control displays the tool tip.

The index can be set from 1 to the value of the PageCount property.

Default value:

None.

COBOL picture

X, up to 8192 bytes

OLE data type:

VT_BSTR

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.