How do I set the image in the UltaButton's ImageList so the image is displayed on the UltaButton?
Say I want the second image in the ImageList to be shown on the button. What is the code to do that?
I found the Appearance.Image property will allow the icon to be displayed on an UltraButton but it displays crappy when placed on the UltraButton. Is there any example project with icons displayed on UltraButtons available for download?
Icon not appearing as UltraButton background image.
The UltaButton's ImageList contain some icons. When the UltraButton's BackgroundImage is set to one of the icons in the ImageList is set the UltraButton does not display the Icon. How Come.