Click or drag to resize

ButtonSpecHeaderGroup Class

KryptonHeaderGroup specific implementation of a button specification.
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 ButtonSpecHeaderGroup : ButtonSpecAny

The ButtonSpecHeaderGroup type exposes the following members.

Constructors
 NameDescription
Public methodButtonSpecHeaderGroup Initialize a new instance of the HeaderGroupButtonSpec class.
Top
Properties
 NameDescription
Public propertyAllowInheritExtraText Gets and sets if the button extra text be inherited if defined as empty.
(Inherited from ButtonSpec)
Public propertyAllowInheritImage Gets and sets if the button image be inherited if defined as null.
(Inherited from ButtonSpec)
Public propertyAllowInheritText Gets and sets if the button text be inherited if defined as empty.
(Inherited from ButtonSpec)
Public propertyAllowInheritToolTipTitle Gets and sets if the button tooltip title be inherited if defined as empty.
(Inherited from ButtonSpec)
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Public propertyChecked Gets and sets if the button is checked or capable of being checked.
(Inherited from ButtonSpecAny)
Public propertyColorMap Gets and sets image color to remap to container foreground.
(Inherited from ButtonSpec)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets and sets the context menu strip for the button.
(Inherited from ButtonSpec)
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyEdge Gets and sets the header edge to display the button against.
(Inherited from ButtonSpec)
Public propertyEnabled Gets and sets the button enabled state.
(Inherited from ButtonSpecAny)
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyExtraText Gets and sets the button extra text.
(Inherited from ButtonSpec)
Public propertyHeaderLocation Gets and sets if the button header location.
Public propertyImage Gets and sets the button image.
(Inherited from ButtonSpec)
Public propertyImageStates Gets access to the state specific images for the button.
(Inherited from ButtonSpec)
Public propertyImageTransparentColor Gets and sets the button image.
(Inherited from ButtonSpec)
Public propertyIsDefault Gets a value indicating if all values are default.
(Overrides ButtonSpecAnyIsDefault)
Public propertyKryptonCommand Gets and sets the associated KryptonCommand.
(Inherited from ButtonSpecAny)
Public propertyKryptonContextMenu Gets and sets the krypton context menu for the button.
(Inherited from ButtonSpec)
Public propertyOrientation Gets and sets the button orientation.
(Inherited from ButtonSpec)
Public propertyOwner Gets and sets user-defined data associated with the object.
(Inherited from ButtonSpec)
Protected propertyProtectedType Gets and sets the actual type of the button.
(Inherited from ButtonSpec)
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyStyle Gets and sets the button style.
(Inherited from ButtonSpec)
Public propertyTag Gets and sets user-defined data associated with the object.
(Inherited from ButtonSpec)
Public propertyText Gets and sets the button text.
(Inherited from ButtonSpec)
Public propertyToolTipBody Gets and sets the button body tooltip text.
(Inherited from ButtonSpec)
Public propertyToolTipImage Gets and sets the button tooltip image.
(Inherited from ButtonSpec)
Public propertyToolTipImageTransparentColor Gets and sets the tooltip image transparent color.
(Inherited from ButtonSpec)
Public propertyToolTipStyle Gets and sets the tooltip label style.
(Inherited from ButtonSpec)
Public propertyToolTipTitle Gets and sets the button title tooltip text.
(Inherited from ButtonSpec)
Public propertyType Gets and sets the button type.
(Inherited from ButtonSpecAny)
Public propertyUniqueName Gets and sets the unique name of the ButtonSpec.
(Inherited from ButtonSpec)
Public propertyVisible Gets and sets if the button should be shown.
(Inherited from ButtonSpecAny)
Top
Methods
 NameDescription
Public methodClone Make a clone of this object.
(Inherited from ButtonSpecAny)
Protected methodConvertToButtonOrientation Convert from palette specific button orientation to resolved button orientation.
(Inherited from ButtonSpec)
Protected methodConvertToButtonStyle Convert from palette specific button style to resolved button style.
(Inherited from ButtonSpec)
Protected methodConvertToRelativeEdgeAlign Convert from palette specific edge alignment to resolved edge alignment.
(Inherited from ButtonSpec)
Public methodCopyFrom(ButtonSpec) Value copy from the provided source to ourself.
(Inherited from ButtonSpec)
Public methodCopyFrom(ButtonSpecAny) Value copy form the provided source to ourself.
(Inherited from ButtonSpecAny)
Public methodCopyFrom(ButtonSpecHeaderGroup) Value copy form the provided source to ourself.
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
Protected methodGenerateClick Generates the Click event.
(Inherited from ButtonSpec)
Public methodGetChecked Gets the button checked state.
(Inherited from ButtonSpecAny)
Public methodGetColorMap Gets the color to remap from the image to the container foreground.
(Inherited from ButtonSpec)
Public methodGetEdge Gets the edge for the button.
(Inherited from ButtonSpec)
Public methodGetEnabled Gets the button enabled state.
(Inherited from ButtonSpecAny)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetImage Gets the button image.
(Inherited from ButtonSpec)
Public methodGetImageTransparentColor Gets the image transparent color.
(Inherited from ButtonSpec)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodGetLocation Gets the button location value.
(Overrides ButtonSpecGetLocation(IPalette))
Public methodGetLongText Gets the button long text.
(Inherited from ButtonSpec)
Public methodGetOrientation Gets the button orienation.
(Inherited from ButtonSpec)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetShortText Gets the button short text.
(Inherited from ButtonSpec)
Public methodGetStyle Gets the button style.
(Inherited from ButtonSpec)
Public methodGetToolTipTitle Gets the button tooltip title text.
(Inherited from ButtonSpec)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetView Get the current view associated with the button spec.
(Inherited from ButtonSpec)
Public methodGetViewEnabled Gets a value indicating if the associated view is enabled.
(Inherited from ButtonSpec)
Public methodGetVisible Gets the button visible value.
(Inherited from ButtonSpecAny)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Protected methodOnButtonSpecPropertyChanged Raises the ButtonSpecPropertyChanged event.
(Inherited from ButtonSpecAny)
Protected methodOnClick Raises the Click event.
(Inherited from ButtonSpecAny)
Protected methodOnCommandPropertyChanged Handles a change in the property of an attached command.
(Inherited from ButtonSpecAny)
Public methodPerformClick Generates a Click event for the control.
(Inherited from ButtonSpec)
Public methodPerformClick(EventArgs) Generates a Click event for the control.
(Inherited from ButtonSpec)
Public methodResetAllowInheritExtraText Resets the AllowInheritExtraText property to its default value.
(Inherited from ButtonSpec)
Public methodResetAllowInheritImage Resets the AllowInheritImage property to its default value.
(Inherited from ButtonSpec)
Public methodResetAllowInheritText Resets the AllowInheritText property to its default value.
(Inherited from ButtonSpec)
Public methodResetAllowInheritToolTipTitle Resets the AllowInheritToolTipTitle property to its default value.
(Inherited from ButtonSpec)
Public methodResetChecked Resets the Checked property to its default value.
(Inherited from ButtonSpecAny)
Public methodResetColorMap Resets the ColorMap property to its default value.
(Inherited from ButtonSpec)
Public methodResetEnabled Resets the Enabled property to its default value.
(Inherited from ButtonSpecAny)
Public methodResetExtraText Resets the ExtraText property to its default value.
(Inherited from ButtonSpec)
Public methodResetHeaderLocation Resets the HeaderLocation property to its default value.
Public methodResetImage Resets the Image property to its default value.
(Inherited from ButtonSpec)
Public methodResetImageTransparentColor Resets the ImageTransparentColor property to its default value.
(Inherited from ButtonSpec)
Public methodResetOrientation Resets the Orientation property to its default value.
(Inherited from ButtonSpec)
Public methodResetStyle Resets the Style property to its default value.
(Inherited from ButtonSpec)
Public methodResetText Resets the Text property to its default value.
(Inherited from ButtonSpec)
Public methodResetToolTipBody Resets the ToolTipBody property to its default value.
(Inherited from ButtonSpec)
Public methodResetToolTipImage Resets the ToolTipImage property to its default value.
(Inherited from ButtonSpec)
Public methodResetToolTipImageTransparentColor Resets the ToolTipImageTransparentColor property to its default value.
(Inherited from ButtonSpec)
Public methodResetToolTipStyle Resets the ToolTipStyle property to its default value.
(Inherited from ButtonSpec)
Public methodResetToolTipTitle Resets the ToolTipTitle property to its default value.
(Inherited from ButtonSpec)
Public methodResetType Resets the Type property to its default value.
(Inherited from ButtonSpecAny)
Public methodResetUniqueName Resets the UniqueName property to its default value.
(Inherited from ButtonSpec)
Public methodResetVisible Resets the Visible property to its default value.
(Inherited from ButtonSpecAny)
Public methodSetView Sets the current view associated with the button spec.
(Inherited from ButtonSpec)
Public methodToString Returns a string that represents the current defaulted state.
(Inherited from ButtonSpec)
Top
Events
 NameDescription
Public eventButtonSpecPropertyChanged Occurs whenever a button specification property has changed.
(Inherited from ButtonSpec)
Public eventClick Occurs whenever a button specification property has changed.
(Inherited from ButtonSpec)
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
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