Sets the theme for how the toolbar is draw. You can create your custom skin or choose from predefined themes: Custom / Office2007 / Office2003 / Office2003_BlueTheme / Office2000 / OfficeXP /

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public ThemeType ThemeType { get; set; }
Visual Basic
Public Property ThemeType As ThemeType
	Get
	Set
Visual C++
public:
property ThemeType ThemeType {
	ThemeType get ();
	void set (ThemeType value);
}

See Also