Click or drag to resize

KryptonColorTable Class

Extend the ProfessionalColorTable with some Krypton specific properties.
Inheritance Hierarchy
SystemObject
  System.Windows.FormsProfessionalColorTable
    Internal.ComponentFactory.Krypton.ToolkitKryptonColorTable
      Internal.ComponentFactory.Krypton.ToolkitKryptonColorTable2016

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class KryptonColorTable : ProfessionalColorTable

The KryptonColorTable type exposes the following members.

Constructors
 NameDescription
Public methodKryptonColorTable Creates a new instance of the KryptonColorTable class.
Top
Properties
 NameDescription
Public propertyButtonCheckedGradientBeginGets the starting color of the gradient used when the button is checked.
(Inherited from ProfessionalColorTable)
Public propertyButtonCheckedGradientEndGets the end color of the gradient used when the button is checked.
(Inherited from ProfessionalColorTable)
Public propertyButtonCheckedGradientMiddleGets the middle color of the gradient used when the button is checked.
(Inherited from ProfessionalColorTable)
Public propertyButtonCheckedHighlightGets the solid color used when the button is checked.
(Inherited from ProfessionalColorTable)
Public propertyButtonCheckedHighlightBorderGets the border color to use with ButtonCheckedHighlight.
(Inherited from ProfessionalColorTable)
Public propertyButtonPressedBorderGets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
(Inherited from ProfessionalColorTable)
Public propertyButtonPressedGradientBeginGets the starting color of the gradient used when the button is pressed.
(Inherited from ProfessionalColorTable)
Public propertyButtonPressedGradientEndGets the end color of the gradient used when the button is pressed.
(Inherited from ProfessionalColorTable)
Public propertyButtonPressedGradientMiddleGets the middle color of the gradient used when the button is pressed.
(Inherited from ProfessionalColorTable)
Public propertyButtonPressedHighlightGets the solid color used when the button is pressed.
(Inherited from ProfessionalColorTable)
Public propertyButtonPressedHighlightBorderGets the border color to use with ButtonPressedHighlight.
(Inherited from ProfessionalColorTable)
Public propertyButtonSelectedBorderGets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
(Inherited from ProfessionalColorTable)
Public propertyButtonSelectedGradientBeginGets the starting color of the gradient used when the button is selected.
(Inherited from ProfessionalColorTable)
Public propertyButtonSelectedGradientEndGets the end color of the gradient used when the button is selected.
(Inherited from ProfessionalColorTable)
Public propertyButtonSelectedGradientMiddleGets the middle color of the gradient used when the button is selected.
(Inherited from ProfessionalColorTable)
Public propertyButtonSelectedHighlightGets the solid color used when the button is selected.
(Inherited from ProfessionalColorTable)
Public propertyButtonSelectedHighlightBorderGets the border color to use with ButtonSelectedHighlight.
(Inherited from ProfessionalColorTable)
Public propertyCheckBackgroundGets the solid color to use when the button is checked and gradients are being used.
(Inherited from ProfessionalColorTable)
Public propertyCheckPressedBackgroundGets the solid color to use when the button is checked and selected and gradients are being used.
(Inherited from ProfessionalColorTable)
Public propertyCheckSelectedBackgroundGets the solid color to use when the button is checked and selected and gradients are being used.
(Inherited from ProfessionalColorTable)
Public propertyGripDarkGets the color to use for shadow effects on the grip (move handle).
(Inherited from ProfessionalColorTable)
Public propertyGripLightGets the color to use for highlight effects on the grip (move handle).
(Inherited from ProfessionalColorTable)
Public propertyImageMarginGradientBeginGets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
(Inherited from ProfessionalColorTable)
Public propertyImageMarginGradientEndGets the end color of the gradient used in the image margin of a ToolStripDropDownMenu.
(Inherited from ProfessionalColorTable)
Public propertyImageMarginGradientMiddleGets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.
(Inherited from ProfessionalColorTable)
Public propertyImageMarginRevealedGradientBeginGets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
(Inherited from ProfessionalColorTable)
Public propertyImageMarginRevealedGradientEndGets the end color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
(Inherited from ProfessionalColorTable)
Public propertyImageMarginRevealedGradientMiddleGets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu when an item is revealed.
(Inherited from ProfessionalColorTable)
Public propertyMenuBorderGets the color that is the border color to use on a MenuStrip.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemBorderGets the border color to use with a ToolStripMenuItem.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemPressedGradientBeginGets the starting color of the gradient used when a top-level ToolStripMenuItem is pressed.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemPressedGradientEndGets the end color of the gradient used when a top-level ToolStripMenuItem is pressed.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemPressedGradientMiddleGets the middle color of the gradient used when a top-level ToolStripMenuItem is pressed.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemSelectedGets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemSelectedGradientBeginGets the starting color of the gradient used when the ToolStripMenuItem is selected.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemSelectedGradientEndGets the end color of the gradient used when the ToolStripMenuItem is selected.
(Inherited from ProfessionalColorTable)
Public propertyMenuItemText Gets the text color used on the menu items.
Public propertyMenuStripFont Gets the font used on the menu strip.
Public propertyMenuStripGradientBeginGets the starting color of the gradient used in the MenuStrip.
(Inherited from ProfessionalColorTable)
Public propertyMenuStripGradientEndGets the end color of the gradient used in the MenuStrip.
(Inherited from ProfessionalColorTable)
Public propertyMenuStripText Gets the text color used on the menu strip.
Public propertyOverflowButtonGradientBeginGets the starting color of the gradient used in the ToolStripOverflowButton.
(Inherited from ProfessionalColorTable)
Public propertyOverflowButtonGradientEndGets the end color of the gradient used in the ToolStripOverflowButton.
(Inherited from ProfessionalColorTable)
Public propertyOverflowButtonGradientMiddleGets the middle color of the gradient used in the ToolStripOverflowButton.
(Inherited from ProfessionalColorTable)
Public propertyPalette Gets the associated palette instance.
Public propertyRaftingContainerGradientBeginGets the starting color of the gradient used in the ToolStripContainer.
(Inherited from ProfessionalColorTable)
Public propertyRaftingContainerGradientEndGets the end color of the gradient used in the ToolStripContainer.
(Inherited from ProfessionalColorTable)
Public propertySeparatorDarkGets the color to use to for shadow effects on the ToolStripSeparator.
(Inherited from ProfessionalColorTable)
Public propertySeparatorLightGets the color to use to for highlight effects on the ToolStripSeparator.
(Inherited from ProfessionalColorTable)
Public propertyStatusStripBorder
(Inherited from ProfessionalColorTable)
Public propertyStatusStripFont Gets the font used on the status strip.
Public propertyStatusStripGradientBeginGets the starting color of the gradient used on the StatusStrip.
(Inherited from ProfessionalColorTable)
Public propertyStatusStripGradientEndGets the end color of the gradient used on the StatusStrip.
(Inherited from ProfessionalColorTable)
Public propertyStatusStripText Gets the text color used on the status strip.
Public propertyToolStripBorderGets the border color to use on the bottom edge of the ToolStrip.
(Inherited from ProfessionalColorTable)
Public propertyToolStripContentPanelGradientBeginGets the starting color of the gradient used in the ToolStripContentPanel.
(Inherited from ProfessionalColorTable)
Public propertyToolStripContentPanelGradientEndGets the end color of the gradient used in the ToolStripContentPanel.
(Inherited from ProfessionalColorTable)
Public propertyToolStripDropDownBackgroundGets the solid background color of the ToolStripDropDown.
(Inherited from ProfessionalColorTable)
Public propertyToolStripFont Gets the font used on the tool strip.
Public propertyToolStripGradientBeginGets the starting color of the gradient used in the ToolStrip background.
(Inherited from ProfessionalColorTable)
Public propertyToolStripGradientEndGets the end color of the gradient used in the ToolStrip background.
(Inherited from ProfessionalColorTable)
Public propertyToolStripGradientMiddleGets the middle color of the gradient used in the ToolStrip background.
(Inherited from ProfessionalColorTable)
Public propertyToolStripPanelGradientBeginGets the starting color of the gradient used in the ToolStripPanel.
(Inherited from ProfessionalColorTable)
Public propertyToolStripPanelGradientEndGets the end color of the gradient used in the ToolStripPanel.
(Inherited from ProfessionalColorTable)
Public propertyToolStripText Gets the text color used on the tool strip.
Public propertyUseRoundedEdges Gets a value indicating if rounded egdes are required.
Public propertyUseSystemColorsGets or sets a value indicating whether to use SystemColors rather than colors that match the current visual style.
(Inherited from ProfessionalColorTable)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also