multipleHilites

Typeproperty
Dictionarywidget.segmented
LibrarySegmented Control
Syntax
get the multipleHilites of <widget>
set the multipleHilites of <widget> to { true | false }
Associationscom.livecode.widget.segmented
Summary

Whether multiple segments may be highlighted simultaneously

RelatedProperty: hilitedItems, hilitedItemNames
Message: hiliteChanged
Description

When the multipleHilites property is true, more than one segemnt can be highlighted at once. If it is false, then highlighting a segment removes the highlight from all other segments.

If the multipleHilites is set to false while there is more than one segment highlighted, then all segments are immediately dehighlighted and the hiliteChanged message is sent.