Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ListItem.Icon Property

Gets or sets the item icon

Syntax
Public Property Get Icon () As Variant
Public Property Let Icon (ByRef v As Variant)
Public Property Set Icon (ByRef v As Variant)
Parameters
Parameter Description
ByRef v As Variant The new icon value, can be a number if you attached a ImageList or a [ctlImageBag] control or directly a picture object
Remarks