itemNames | |||||||
Type | property | ||||||
Dictionary | widget.segmented | ||||||
Library | Segmented Control | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.segmented | ||||||
Summary | The names used to identify segments | ||||||
Values |
| ||||||
Related | Property: itemLabels, hilitedItemNames | ||||||
Description | The names of each segment in the control. The itemNames can be a more convenient way to identify the segments than by their positions. You are recommended to use a non-empty, unique name for each segment. When you set the itemNames to a string that has fewer names than the itemCount, the remaining segments' names are set to empty. When you set the itemNames to a string that that has more names than the itemCount, the extra names are ignored. |