itemLabels | |||||||
Type | property | ||||||
Dictionary | widget.segmented | ||||||
Library | Segmented Control | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.segmented | ||||||
Summary | The labels displayed by each segment | ||||||
Values |
| ||||||
Related | Property: itemCount, itemStyle, foreColor | ||||||
Description | The labels of each segment in the control. The itemLabels are displayed by the widget when the itemStyle is set to show labels. If any of the itemLabels are empty, those segments have no label. When you set the itemLabels to a string that has fewer labels than the itemCount, the remaining segments' labels are set to empty. When you set the itemLabels to a string that has more labels than the itemCount, the extra labels are ignored. |