Home / Community & Support / Knowledge Base / RadControls for WinForms / Themes and Styling / Customizing RadMessageBox with custom theme

Customizing RadMessageBox with custom theme

Article Info

Rating: 2

Article information

Article relates to

RadControls for Winforms Q3 2008 

Created by

 Martin Vassilev

Last modified

 Feb, 11, 2009

Last modified by

 Feb, 11, 2009


HOW-TO
Add a custom theme for RadMessageBox dialog.

SOLUTION
Considering the fact that RadMessageBox is build on RadControl elements, the process of creating a theme is the same as it is for every Telerik control. The easiest way to make and apply a theme is:
  1. Make separate theme files, using Visual Style Builder, for RadForm, RadButton and RadLabel. Please note that these themes should have the same ThemeName, for example "CustomMessageBox".
  2. Import these files in the application with RadThemeManager and apply them to RadMessageBox:
RadMessageBox.SetThemeName("CustomMessageBox");  
RadMessageBox.Show(this"Are you sure?""Example Message", MessageBoxButtons.YesNo, icon);  
 

Please, find an example solutions at the end of this topic.

Comments

If you'd like to comment on this KB article, please, send us a Support Ticket.
Thank you!

Please Sign In to rate this article.