Click or drag to resize

KryptonPaletteButtonSpecs Class

Overrides for defining button specifications.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitGlobalId
    Internal.ComponentFactory.Krypton.ToolkitStorage
      Internal.ComponentFactory.Krypton.ToolkitKryptonPaletteButtonSpecs

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 KryptonPaletteButtonSpecs : Storage

The KryptonPaletteButtonSpecs type exposes the following members.

Properties
 NameDescription
Public propertyArrowDown Gets access to the right up button specification.
Public propertyArrowLeft Gets access to the left arrow button specification.
Public propertyArrowRight Gets access to the right arrow button specification.
Public propertyArrowUp Gets access to the right up button specification.
Public propertyClose Gets access to the close button specification.
Public propertyCommon Gets access to the common button specification.
Public propertyContext Gets access to the context button specification.
Public propertyDropDown Gets access to the drop down button specification.
Public propertyFormClose Gets access to the form close button specification.
Public propertyFormMax Gets access to the form maximize button specification.
Public propertyFormMin Gets access to the form minimize button specification.
Public propertyFormRestore Gets access to the form restore button specification.
Public propertyGeneric Gets access to the generic button specification.
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 propertyNext Gets access to the next button specification.
Public propertyPendantClose Gets access to the pendant close button specification.
Public propertyPendantMin Gets access to the pendant minimize button specification.
Public propertyPendantRestore Gets access to the pendant restore button specification.
Public propertyPinHorizontal Gets access to the pin horizontal button specification.
Public propertyPinVertical Gets access to the pin vertical button specification.
Public propertyPrevious Gets access to the previous button specification.
Public propertyRibbonExpand Gets access to the ribbon expand button specification.
Public propertyRibbonMinimize Gets access to the ribbon minimize button specification.
Public propertyWorkspaceMaximize Gets access to the workspace maximize button specification.
Public propertyWorkspaceRestore Gets access to the workspace restore button specification.
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 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 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