method CalendarCombo.Images (Handle as Variant)
Sets the control's handle image list.

 TypeDescription 
   Handle as Variant A long expression that identifies a handle to an Image list ( the Handle should be of HIMAGELIST type ), or a string expression that indicates the base64 encoded string that holds the icons list. Use the eximages tool to save your icons as base64 encoded format.   

The user can add images at design time, by drag and drop files to control's images panel. Use the ShowImageList property to hide the control's images panel. Use the Image property to assign an icon to a date. Use the CheckImage property to change the visual appearance of the control's checkbox.

The following sample loads icons from a BASE64 encoded strings:

If you run the sample you will see:

 

The following sample uses the Microsoft Image List control:

CalendarCombo1.Images ImageList1.hImageList


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.