hilitedItemIcons | |||||||
Type | property | ||||||
Dictionary | widget.segmented | ||||||
Library | Segmented Control | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.segmented | ||||||
Summary | The icons displayed by each segment when highlighted | ||||||
Values |
| ||||||
Related | Property: itemCount, itemStyle, itemIcons, foreColor, hilitedItems | ||||||
Description | The icons displayed for each segment in the control when highlighted. The hilitedItemIcons are displayed by the widget when the itemStyle is set to show icons. Each icon name must 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 hilitedItemIcons 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 hilitedItemIcons to a string that has more icon names than the itemCount, the extra icons are ignored. |