Click or drag to resize

KryptonPaletteButtonSpecBase Class

Base class for defining 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 KryptonPaletteButtonSpecBase : Storage, 
	IPaletteButtonSpec

The KryptonPaletteButtonSpecBase type exposes the following members.

Properties
 NameDescription
Public propertyEdge Gets and sets the header edge to display the button against.
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 propertyOrientation Gets and sets the button orientation.
Public propertyRedirector Gets access to the redirector.
Public propertyStyle Gets and sets the button style.
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.
Public methodGetButtonSpecEdge Gets the edge to positon the button against.
Public methodGetButtonSpecIcon Gets the icon to display for the button.
Public methodGetButtonSpecImage Gets the image to display for the button.
Public methodGetButtonSpecImageTransparentColor Gets the image transparent color.
Public methodGetButtonSpecLocation Get the location for the button.
Public methodGetButtonSpecLongText Gets the long text to display for the button.
Public methodGetButtonSpecOrientation Gets the button orientation.
Public methodGetButtonSpecShortText Gets the short text to display for the button.
Public methodGetButtonSpecStyle Gets the button style used for drawing the button.
Public methodGetButtonSpecToolTipTitle Gets the tooltip title text to display for the button.
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.
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 methodResetEdge Resets the Edge property to its default value.
Public methodResetOrientation Resets the Orientation property to its default value.
Public methodResetStyle Resets the Style property to its default value.
Public methodSetRedirector Update the redirector with new reference.
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.
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