WinForms MessageBox Overview

Updated over 6 months ago

RadMessageBox displays a modal dialog box that contains a system icon, a set of buttons, and a brief application-specific message, such as status or error information. To display a message box, call the static method RadMessageBox.Show. The title, message, buttons, and icons displayed in the message box are determined by parameters that you pass to the method.

ninja-iconThe MessageBox component is part of Telerik UI for WinForms, a professional grade UI library with 160+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

WinForms RadMessageBox Overview

In the related Getting Started article you can find how to use the control with a sample scenario.

Download and check out the online demo at demos.telerik.com

Telerik UI for WinForms Learning Resources

Telerik UI for WinForms Additional Resources

See Also