hilitedItemNames

Typeproperty
Dictionarywidget.segmented
LibrarySegmented Control
Syntax
get the hilitedItemNames of <widget>
set the hilitedItemNames of <widget> to <nameList>
Associationscom.livecode.widget.segmented
Summary

The currently highlighted segment names

Values
NameTypeDescription
Value

A comma-delimited list of segment names.

RelatedProperty: hilitedItems, itemNames, multipleHilites
Message: hiliteChanged
Description

The names of the highlighted segments of the control. Each item in the hilitedItemNames is a segment name.

If the multipleHilites is false when setting the hilitedItemNames, then the first name in the hilitedItemNames determines which segment is highlighted, and the remainder of the hilitedItemNames are ignored.

The hiliteChanged message is sent when setting the hilitedItemNames, unless it doesn't change which segments are highlighted.