Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ListItem.SmallIcon Property

Gets or sets the item smallicon

Syntax
Public Property Get SmallIcon () As Variant
Public Property Let SmallIcon (ByRef v As Variant)
Public Property Set SmallIcon (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