Determines how the toolbars and its buttons and dropdownlists are displayed
Namespace: CuteEditorAssembly: 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 name | Value | Description | |
---|---|---|---|
Custom | 0 | You must use this setting if you want custom skins. Otherwise the other settings will override your settings. | |
Office2007 | 1 | Sets images, borders and backcolors to Office 2007 style | |
Office2003 | 2 | Sets images, borders and backcolors to Office 2003 style | |
Office2003_BlueTheme | 3 | Sets images, borders and backcolors to Office 2003 style (Blue theme) | |
OfficeXP | 4 | Sets images, borders and backcolors to Office XP style | |
Office2000 | 5 | Sets images, borders and backcolors to Office 2000 style |