defaultCursor | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | |||||||
Introduced | 2.0 | ||||||
Changes | The order in which LiveCode searches for cursors was changed in version 3.5. Previously, the current stack was searched first, followed by the list of open stacks. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default, image, field, menu Glossary: property, Browse tool, mouse pointer, cursor Property: cursor, lockCursor, behavior, ID | ||||||
Description | Use the defaultCursor property to change the cursor used when the Browse tool is being used from a hand to some other cursor shape.
If the lockCursor property is set to false, the cursor changes shape automatically as the mouse moves. (For example, the cursor normally turns into an arrow over a menu, an I-beam over an editable field, and so on.) The defaultCursor is the shape used automatically when the mouse pointer is in a stack window, but not in an editable field. | ||||||
Tags | ui |