Navigation: Ultimate Suite for PowerBuilder Help > Toolbar Strip > Functions >

of_settiptext

Send comments on this topic.

 

Description:

Set a buttons tooltip text by index or button text.

Syntax:

of_settiptext (long al_item, string as_tiptext)
of_settiptext (string as_item, string as_tiptext)

Argument

Description

al_item

The index of the button you want to set the tooltip text for.

as_item

The text of the button you want to set the tooltip text for.

as_tiptext

A string containing the tooltip text that will display in the button.

Return Value:

Returns 1 if successful or a 0 if the method was unable to set the tooltip text for the button.

Usage:


Copyright © 2021 Werysoft Inc.