Is it possible to show a checkbox in the footer of a messagebox?
The reason behind this is that we need functionality on certain messageboxes to show a "Do not show again" messagebox to allow users to turn off warnings etc.
I've looked around for a way to do this but have not been successful so far.
How would one add more customized buttons to ultraMessageBoxInfo possibly replacing the standard messageinfo buttons with my own?
Thanks
It doesnt resize the actual dialog form of the messagebox accordingly but we can live with that as we're able to get the checkbox centered vertically.
Steve
Hi,
I have attached a modified sample with comments for each step in the creation filter.
Let me know if this is helpful.
Regards,
Stefaniya
Hi again
Sorry i'm really struggling to achieve the result i need. I might just be doing it wrong so i wondered if you're able to provide a line of code to resize the footer?
I managed to resize the element however the messagebox was still showing the footer area.
You can adjust the footer height in the creation filter via its FooterAreaUIElement Rect object similar to the way you could set the Rectangle for the checkbox.
Let me know if you have further questions.