scrollbarLineDec | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | scrollbar | ||||||
Summary | Sent to a scrollbar when the user clicks the decrease arrow, scrolling backward one line. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: scrollbar, line Property: lineIncrement Message: scrollbarDrag, scrollbarLineInc, scrollbarBeginning Glossary: handle, message | ||||||
Description | Handle the scrollbarLineDec message if you want to respond to the use of the top or left scrollbar arrow. Dragging the scrollbar thumb does not send a scrollbarLineDec message. If the scrollbarLineDec message is not handled, a scrollbarDrag message is sent in addition. | ||||||
Tags | ui |