itemIcons | |||||||
Type | property | ||||||
Dictionary | widget.segmented | ||||||
Library | Segmented Control | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.segmented | ||||||
Summary | The icons displayed by each segment | ||||||
Values |
| ||||||
Related | Property: itemCount, itemStyle, itemHilitedIcons, foreColor, hilitedItems | ||||||
Description | The icons displayed for each segment in the control when not highlighted. The itemIcons are displayed by the widget when the itemStyle is set to show icons. The itemIcons must each be one of the predefined graphics provided
by the "IconSVG" library. You can get a list of available predefined
path names by running When you set the itemIcons to a string that has fewer icon names than the itemCount, the remaining segments' icons are set to empty (no icon). When you set the itemIcons to a string that has more icon names than the itemCount, the extra icons are ignored. |