Click or drag to resize

PaletteModeManager Enumeration

Specifies the palette requested at the global level.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteModeManager
Members
  Member nameValueDescription
ProfessionalSystem0 Specifies a professional appearance based on system settings.
ProfessionalOffice20031 Specifies a professional appearance with a preference to use theme colors.
Office2007Blue2 Specifies the Blue color variant of the Office 2007 appearance.
Office2007Silver3 Specifies the Silver color variant of the Office 2007 appearance.
Office2007Black4 Specifies the Black color variant of the Office 2007 appearance.
Office2010Blue5 Specifies the Blue color variant of the Office 2010 appearance.
Office2010Silver6 Specifies the Silver color variant of the Office 2010 appearance.
Office2010Black7 Specifies the Black color variant of the Office 2010 appearance.
NeoAxisBlue8 Specifies the White color variant of the NeoAxis Blue appearance.
NeoAxisBlack9 Specifies the White color variant of the NeoAxis Black appearance.
SparkleBlue10 Specifies the Blue color variant on the Sparkle palette theme.
SparkleOrange11 Specifies the Orange color variant on the Sparkle palette theme.
SparklePurple12 Specifies the Purple color variant on the Sparkle palette theme.
Custom13 Specifies a custom palette be used.
See Also