Button tooltip

tooltip = “text

The specified text appears in a tooltip window when the mouse is moved over the textbox during a dialog. The tooltip remains visible for the number of seconds defined by the Sculptor system variable sys.Tooltips (default value 8), unless the user moves the mouse away from the control, which causes the tooltip to disappear.

Tooltips do not appear while a menu has focus.


EXAMPLE

tooltip = "Cancel amendments and return to menu"

RELATED TOPICS

Buttons

Tooltips