multipleHilites | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | multiplelines | ||||||
Associations | field | ||||||
Summary | Specifies whether more than one line can be selected in a list field. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field, line Property: hilitedLine, listBehavior, toggleHilites, noncontiguousHilites, selected Command: select Object: field Glossary: property, behavior, list field | ||||||
Description | Use the multipleHilites property to control the behavior of list fields. If the multipleHilites of a field is set to true, the user can select more than one line by dragging within the field, or Shift-clicking to select all the lines between the selected line and the clicked line. If the multipleHilites is false, clicking a line deselects any other lines in the field. If the field's listBehavior property is false, the multipleHilites property has no effect.
| ||||||
Tags | ui |