Hello Juan Pablo,
Thank you for contacting us.
First, the theme component has to be dragged onto the form in case of default themes (e.g. Office2007Silver). Then in the Form
Load event
add the theme name to your form:
public partial class Form1 : ShapedForm |
{ |
private void Form1_Load(object sender, EventArgs e) |
{ |
... |
this.ThemeName = "Office2007Silver"; |
} |
... |
Do not hesitate to write me back if you have further questions.
All the best,
Nick
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.