Sets at runtime the control's image list.
![]() | Type | Description | ||
Handle as Variant |
The Handle parameter could be:
|
The following VB sample replaces the entire list of icons ( if it was loaded at design time ), using a Microsoft Image List control ( ImageList1 ):
ComboBox1.Images ImageList1.hImageList
The following VB sample initializes the Images collection using BASE64 encoded string:
The following C++ sample initializes the Images collection using BASE64 encoded string:
The following VB.NET sample initializes the Images collection using BASE64 encoded string:
The following C# sample initializes the Images collection using BASE64 encoded string:
The following VFP sample initializes the Images collection using BASE64 encoded string: