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?
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.
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?
The UtlaButton does not display slanted line in an image smoothly. The button displays slanted in am image as being jagged. Is there a propety I can choose on the UltraButton so the slanted lines im an image appears smoothly??????
Could you attach the image that you are displaying in the UltraButton so that I can try this myself and investigate what is going on? If this is a proprietary image and you are not able to attach it then could you attach another image that causes the same issue when assigned to the UltraButton? What are the dimensions of the UltraButton?
I just leave it as is.
Basically how it goes is the images are embedded resource items in the application. I load the image into the application at runtime. I tried directory attaching the image loaded to the UltaButton's Image property, and also tried putting the loaded image into the UltraButton's ImageList and then setting the UltaButton's Image property to the ImageList Index to the image. Both ways the image appeared kind of crappy on the UltaButton.
Now when I used a loaded image to display on a ButtonTool button used in a toolbar the image is displayed clear and crisp.
Is it possible for you to attach the image or another image that results in the same issue?
Are you all set with this now?