Sets the RebarTheme used to render ContextMenu and Rebar controls whose theme is set to DefaultTheme.
This method sets the theme to which the DefaultTheme delegates all method calls.
If you use the default theme, you should call SetDefault in your application startup code in order to specify a theme to use as the default. For example, to use the Office 2003 AutoSelect preset as the default:
RebarTheme.SetDefault(OfficeTheme.AutoSelect);
RebarTheme Class | Skybound.Rebar.Rendering Namespace