Determines how the toolbars and its buttons and dropdownlists are displayed

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

Syntax

C#
public enum ThemeType
Visual Basic
Public Enumeration ThemeType
Visual C++
public enum class ThemeType

Members

Member nameValueDescription
Custom0 You must use this setting if you want custom skins. Otherwise the other settings will override your settings.
Office20071 Sets images, borders and backcolors to Office 2007 style
Office20032 Sets images, borders and backcolors to Office 2003 style
Office2003_BlueTheme3 Sets images, borders and backcolors to Office 2003 style (Blue theme)
OfficeXP4 Sets images, borders and backcolors to Office XP style
Office20005 Sets images, borders and backcolors to Office 2000 style

See Also