Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxExXP.AllowImages Property

Allow images to be displayed (use the [OnOwnerDraw] event and the [ListTag] property to save pictures)

Syntax
Public Property Get AllowImages () As Boolean
Public Property Let AllowImages (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean The new value
Remarks