Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ListSubItem.ReportIcon Property

Gets or sets the item icon

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