objectSelectionStarted | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | Sent when, in edit mode, the user drags over a control |
Introduced | 6.0 |
OS | mac, windows, linux |
Platforms | desktop |
Example |
|
Related | Message: objectSelectionEnded |
Description | Handle the objectSelectionStarted message if you want to do something when the user starts selection controls by dragging over them. The objectSelectionStarted message is sent to the current card when, in edit mode, the user drags over a control.
|
Tags | ui |