I need to capture the drop down arrow images used in the TsComboBox component to a TsAlphaImageList.
I have a TsAlphaImageList and a TsComboEdit component on my form. The TsComboEdit has the imagelist assigned to it. When a skin is changed I need to clear the images from the imagelist and extract the images for the new skin's drown down arrows to the imagelist (with transparency).
Can this be done? Any help or a sample of how to do this would be appreciated.