Unicode Controls & Classes for VB6 - Version 4

ctlUniComboImageXP.AllowImages Property

Gets or sets the ability to use images in the combo

Syntax
Public Property Get AllowImages () As Boolean
Public Property Let AllowImages (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean True for enabling images (the control reserves a space on the left for the image), False otherwise
Remarks