Click or drag to resize

KryptonPaletteButtonSpecTyped Class

Overrides for defining typed button specifications.
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 KryptonPaletteButtonSpecTyped : KryptonPaletteButtonSpecBase

The KryptonPaletteButtonSpecTyped type exposes the following members.

Properties
 NameDescription
Public propertyAllowInheritExtraText Gets and sets if the button extra text be inherited if defined as empty.
Public propertyAllowInheritImage Gets and sets if the button image be inherited if defined as null.
Public propertyAllowInheritText Gets and sets if the button text be inherited if defined as empty.
Public propertyAllowInheritToolTipTitle Gets and sets if the button tooltip title text be inherited if defined as empty.
Public propertyColorMap Gets and sets image color to remap to container foreground.
Public propertyEdge Gets and sets the header edge to display the button against.
(Inherited from KryptonPaletteButtonSpecBase)
Public propertyExtraText Gets and sets the button extra text.
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyImage Gets and sets the button image.
Public propertyImageStates Gets access to the state specific images for the button.
Public propertyIsDefault Gets a value indicating if all values are default.
(Overrides KryptonPaletteButtonSpecBaseIsDefault)
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 propertyOrientation Gets and sets the button orientation.
(Inherited from KryptonPaletteButtonSpecBase)
Public propertyRedirector Gets access to the redirector.
(Inherited from KryptonPaletteButtonSpecBase)
Public propertyStyle Gets and sets the button style.
(Inherited from KryptonPaletteButtonSpecBase)
Public propertyText Gets and sets the button text.
Public propertyToolTipTitle Gets and sets the button tooltip title text.
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 methodGetButtonSpecColorMap Gets the color to remap from the image to the container foreground.
(Overrides KryptonPaletteButtonSpecBaseGetButtonSpecColorMap(PaletteButtonSpecStyle))
Public methodGetButtonSpecEdge Gets the edge to positon the button against.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodGetButtonSpecIcon Gets the icon to display for the button.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodGetButtonSpecImage Gets the image to display for the button.
(Overrides KryptonPaletteButtonSpecBaseGetButtonSpecImage(PaletteButtonSpecStyle, PaletteState))
Public methodGetButtonSpecImageTransparentColor Gets the image transparent color.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodGetButtonSpecLocation Get the location for the button.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodGetButtonSpecLongText Gets the long text to display for the button.
(Overrides KryptonPaletteButtonSpecBaseGetButtonSpecLongText(PaletteButtonSpecStyle))
Public methodGetButtonSpecOrientation Gets the button orientation.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodGetButtonSpecShortText Gets the short text to display for the button.
(Overrides KryptonPaletteButtonSpecBaseGetButtonSpecShortText(PaletteButtonSpecStyle))
Public methodGetButtonSpecStyle Gets the button style used for drawing the button.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodGetButtonSpecToolTipTitle Gets the tooltip title text to display for the button.
(Overrides KryptonPaletteButtonSpecBaseGetButtonSpecToolTipTitle(PaletteButtonSpecStyle))
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 methodOnButtonSpecChanged Raises the ButtonSpecChanged event.
(Inherited from KryptonPaletteButtonSpecBase)
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.
(Overrides KryptonPaletteButtonSpecBasePopulateFromBase(PaletteButtonSpecStyle))
Public methodResetAllowInheritExtraText Resets the AllowInheritExtraText property to its default value.
Public methodResetAllowInheritImage Resets the AllowInheritImage property to its default value.
Public methodResetAllowInheritText Resets the AllowInheritText property to its default value.
Public methodResetAllowInheritToolTipTitle Resets the AllowInheritToolTipTitle property to its default value.
Public methodResetColorMap Resets the ColorMap property to its default value.
Public methodResetEdge Resets the Edge property to its default value.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodResetExtraText Resets the ExtraText property to its default value.
Public methodResetImage Resets the Image property to its default value.
Public methodResetOrientation Resets the Orientation property to its default value.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodResetStyle Resets the Style property to its default value.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodResetText Resets the Text property to its default value.
Public methodResetToolTipTitle Resets the ToolTipTitle property to its default value.
Public methodSetRedirector Update the redirector with new reference.
(Inherited from KryptonPaletteButtonSpecBase)
Public methodToString Returns a string that represents the current defaulted state.
(Inherited from Storage)
Top
Events
 NameDescription
Public eventButtonSpecChanged Occurs when a button spec change occurs.
(Inherited from KryptonPaletteButtonSpecBase)
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