Hi,
I need to add buttons to my application dynamically and instead of a caption I would like to display an image on each button. I seem to find how to do this in the XAML for static buttons but how do I do this in the C++ code? I can easily add a button at run-time, but there doesn't seem to be any properties to bind the button to an image?
Thanks!
I need to add buttons to my application dynamically and instead of a caption I would like to display an image on each button. I seem to find how to do this in the XAML for static buttons but how do I do this in the C++ code? I can easily add a button at run-time, but there doesn't seem to be any properties to bind the button to an image?
Thanks!