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