Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.Icons Property

Returns/sets the images associated with the Icon properties of a ListView control.
Supports a standard ImageList or a [ctlImageBag] control

Syntax
Public Property Get Icons () As Object
Public Property Let Icons (ByRef New_Value As Object)
Public Property Set Icons (ByRef New_Value As Object)
Parameters
Parameter Description
ByRef New_Value As Object
Remarks