ItemIcon Method
Object List Next Object
Defined By: Indented List
Description:
ItemIcon returns the index of the icon associated with an item.
Declaration:
Function ItemIcon(ByVal index As Integer)As Integer
Details:
ItemIcon will return the integer index of the Icon associated with the item. The icon is assigned when an item is
added or inserted into the list, and it can also be set with the SetItemIcon
method.
See Also:
AddItem method, InsertItem method, SetItemIcon method