Hello,
I would like to move the OK button from an UltraMessageBox to the footer of the message box.
From this link http://blogs.infragistics.com/forums/p/43866/239990.aspx, I know that I can add a checkbox to the footer of an UltraMessageBox. I assume then that I can use that same method (a CreationFilter) to add an OK button to the message box.
I would then need to remove the OK button from the ButtonArea in the messagebox, effectively moving it down to the footer. Can I remove the button with a CreationFilter? Can someone please give me an example of this?
Thanks,
Sean.
Hello Sean,
Technically, it would be possible to move the OK button down to the footer. However, it would be very tricky to fit everything inside the footer without overlapping.