Click or drag to resize

KryptonPaletteTMSButton Class

Storage for button entries of the professional color table.
Inheritance Hierarchy

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 KryptonPaletteTMSButton : KryptonPaletteTMSBase

The KryptonPaletteTMSButton type exposes the following members.

Properties
 NameDescription
Public propertyButtonCheckedGradientBegin Gets and sets the starting color of the gradient used when the button is checked.
Public propertyButtonCheckedGradientEnd Gets and sets the ending color of the gradient used when the button is checked.
Public propertyButtonCheckedGradientMiddle Gets and sets the middle color of the gradient used when the button is checked.
Public propertyButtonCheckedHighlight Gets and sets the highlight color used when the button is checked.
Public propertyButtonCheckedHighlightBorder Gets and sets the border color to use with ButtonCheckedHighlight.
Public propertyButtonPressedBorder Gets and sets the border color to use with the ButtonPressedGradientBegin, ButtonPressedGradientMiddle, and ButtonPressedGradientEnd colors.
Public propertyButtonPressedGradientBegin Gets and sets the starting color of the gradient used when the button is pressed.
Public propertyButtonPressedGradientEnd Gets and sets the ending color of the gradient used when the button is pressed.
Public propertyButtonPressedGradientMiddle Gets and sets the middle color of the gradient used when the button is pressed.
Public propertyButtonPressedHighlight Gets and sets the solid color used when the button is pressed.
Public propertyButtonPressedHighlightBorder Gets and sets the border color to use with ButtonPressedHighlight.
Public propertyButtonSelectedBorder Gets and sets the border color to use with the ButtonSelectedGradientBegin, ButtonSelectedGradientMiddle, and ButtonSelectedGradientEnd colors.
Public propertyButtonSelectedGradientBegin Gets and sets the starting color of the gradient used when the button is selected.
Public propertyButtonSelectedGradientEnd Gets and sets the ending color of the gradient used when the button is selected.
Public propertyButtonSelectedGradientMiddle Gets and sets the middle color of the gradient used when the button is selected.
Public propertyButtonSelectedHighlight Gets and sets the solid color used when the button is selected.
Public propertyButtonSelectedHighlightBorder Gets and sets the border color to use with ButtonSelectedHighlight.
Public propertyCheckBackground Gets and sets the solid color to use when the button is checked and gradients are being used.
Public propertyCheckPressedBackground Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
Public propertyCheckSelectedBackground Gets and sets the solid color to use when the button is checked and selected and gradients are being used.
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyIsDefault Gets a value indicating if all values are default.
(Overrides StorageIsDefault)
Public propertyNeedPaint Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage)
Protected propertyNeedPaintDelegate Gets access to the need paint delegate.
(Inherited from Storage)
Public propertyOverflowButtonGradientBegin Gets and sets the starting color of the gradient used in the ToolStripOverflowButton.
Public propertyOverflowButtonGradientEnd Gets and sets the ending color of the gradient used in the ToolStripOverflowButton.
Public propertyOverflowButtonGradientMiddle Gets and sets the middle color of the gradient used in the ToolStripOverflowButton.
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)
Protected methodOnNeedPaint Raises the NeedPaint event.
(Inherited from Storage)
Public methodPerformNeedPaint Fires the NeedPaint event.
(Inherited from Storage)
Public methodPerformNeedPaint(Boolean) Fires the NeedPaint event.
(Inherited from Storage)
Public methodPopulateFromBase Populate values from the base palette.
Public methodResetButtonCheckedGradientBegin Resets the ButtonCheckedGradientBegin property to its default value.
Public methodResetButtonCheckedGradientEnd Resets the ButtonCheckedGradientEnd property to its default value.
Public methodResetButtonCheckedGradientMiddle Resets the ButtonCheckedGradientMiddle property to its default value.
Public methodResetButtonCheckedHighlight Resets the ButtonCheckedHighlight property to its default value.
Public methodResetButtonCheckedHighlightBorder Resets the ButtonCheckedHighlightBorder property to its default value.
Public methodResetButtonPressedBorder Resets the ButtonPressedBorder property to its default value.
Public methodResetButtonPressedGradientBegin Resets the ButtonPressedGradientBegin property to its default value.
Public methodResetButtonPressedGradientEnd Resets the ButtonPressedGradientEnd property to its default value.
Public methodResetButtonPressedGradientMiddle Resets the ButtonPressedGradientMiddle property to its default value.
Public methodResetButtonPressedHighlight Resets the ButtonPressedHighlight property to its default value.
Public methodResetButtonPressedHighlightBorder Resets the ButtonPressedHighlightBorder property to its default value.
Public methodResetButtonSelectedBorder Resets the ButtonSelectedBorder property to its default value.
Public methodResetButtonSelectedGradientBegin Resets the ButtonSelectedGradientBegin property to its default value.
Public methodResetButtonSelectedGradientEnd Resets the ButtonSelectedGradientEnd property to its default value.
Public methodResetButtonSelectedGradientMiddle Resets the ButtonSelectedGradientMiddle property to its default value.
Public methodResetButtonSelectedHighlight Resets the ButtonSelectedHighlight property to its default value.
Public methodResetButtonSelectedHighlightBorder Resets the ButtonSelectedHighlightBorder property to its default value.
Public methodResetCheckBackground esets the CheckBackground property to its default value.
Public methodResetCheckPressedBackground esets the CheckPressedBackground property to its default value.
Public methodResetCheckSelectedBackground esets the CheckSelectedBackground property to its default value.
Public methodResetOverflowButtonGradientBegin esets the OverflowButtonGradientBegin property to its default value.
Public methodResetOverflowButtonGradientEnd esets the OverflowButtonGradientEnd property to its default value.
Public methodResetOverflowButtonGradientMiddle esets the OverflowButtonGradientMiddle property to its default value.
Public methodToString Returns a string that represents the current defaulted state.
(Inherited from Storage)
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