Exemple #1
0
 public void ApplyStyle(UIStyle style)
 {
     style.AsHeading(MainMenuStrip);
     style.AsUIElement(EditorTools);
     style.AsHeading(EditorStatus);
     UpdateMenuItems();
 }
 /// <summary>
 /// Called by the IDE to style the control.
 /// </summary>
 /// <param name="style"></param>
 public void ApplyStyle(UIStyle style)
 {
     style.AsHeading(this);
 }