deleteScrollbar | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | scrollbar |
Summary | Sent to a scrollbar just before it is removed from the stack. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: scrollbar Command: delete Object: stack Glossary: command, message, trap Control Structure: pass |
Description | Handle the deleteScrollbar message if you want to perform cleanup before a scrollbar is removed from the stack. The actual deletion is not triggered by the deleteScrollbar message, so trapping the message and not allowing it to pass does not prevent the scrollbar from being removed. However, the undo command will restore a scrollbar after it is deleted by the user. |
Tags | objects |