Hi,
surely you know the easy manipulation in object inspector at design time with ImageList and ImageIndex properties. After assigning Imagelist you can click on ImageIndex property, and nice list of images togeather with their indexes appears. I am trying to make my own control, which has imagelist and imageindex properties. But I wonder, how can I let object inspector "know" (or make it aware), that my defined imageindex property should be picked up from combobox. (which is built in object inspector itself) Does anybody know the trick?
thanx very much