toolTip | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the explanatory text that pops up in a small box when the user points to an object. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: control Property: points, toolTipDelay Message: help Command: show, popup Glossary: object, property, tool tip | ||||||
Description | Use the toolTip property to provide online help that explains what a control is for. A tool tip is a small box containing some text, which pops up on the screen when the mouse pointer hovers over a control. The text briefly explains the purpose and use of the control. The tool tip appears when the mouse pointer is within the control's rectangle and when the mouse has not moved for the time specified by the toolTipDelay property. If the mouse is moving, the tool tip does not appear. Tool tips should be short and should not attempt to explain the entire action of the control. They are best used as a short reminder or clue about what a control does. Tool tips appear only when the Browse tool is selected.
| ||||||
Tags | ui |