Telerik MessageBox is a skinable and fully customizable modal dialog box, based on RadForm for Windows Forms. Since it offers a static Show method similar to MessageBox.Show, there is no learning curve involved, meaning that you can start using it right away. It contains all elements you will find in the standard Message Box, such as a system icon, a set of buttons, and a brief application-specific message, to help you easily create and display prompt dialogs, status information, error messages, and so much more.
Some of the advantages to using RadMessageBox over MessageBox are:
- Auto-sizing - RadMessageBox determines its size according to the message text, title and buttons used;
- Various button layouts - you could choose from the same standard button layouts coming from the standard MessageBox class;
- Copy to clipboard with Ctrl+C command.
Top