selected

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the selected of <object> to {true | false}
Associationsstack, card, field, button, graphic, scrollbar, player, image
Summary

Specifies whether an object is selected.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if the selected of button "Group" then select button "Ahhh"
Values
NameTypeDescription
Value

The selected of an object is true or false.

RelatedProperty: selected
Command: select, focus, choose
Function: selectedImage
Glossary: object, property, Pointer tool
Description

Use the selected property to select an object or find out whether the user has selected it with the Pointer tool.

You can select an object by setting its selected property to true, and deselect it by setting its selected to false.

Tagsui