hilitedItemIndex | |
Type | property |
Dictionary | widget.polylist |
Library | PolyList |
Syntax |
|
Synonyms | hiliteditemindex,hilitedline,hilitedlines |
Associations | com.livecode.widget.polylist |
Summary | Specifies the item that will be hilited on a PolyList control. |
Example |
|
Description | Use hilitedItemIndex to get or set the currently hilited item. If the value of hilitedItemIndex is zero, the PolyList will not have any items selected. Whereas if you set the value of this property to a value greater than the number of elements in the PolyList, it will be set to the last element in the PolyList. |