Click or drag to resize

ButtonSpecViewRibbon Class

Create and manage the view for a ribbon specific ButtonSpec definition.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitGlobalId
    Internal.ComponentFactory.Krypton.ToolkitButtonSpecView
      Internal.ComponentFactory.Krypton.RibbonButtonSpecViewRibbon

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class ButtonSpecViewRibbon : ButtonSpecView

The ButtonSpecViewRibbon type exposes the following members.

Constructors
 NameDescription
Public methodButtonSpecViewRibbon Initialize a new instance of the ButtonSpecViewRibbon class.
Top
Properties
 NameDescription
Public propertyButtonSpec Gets access to the monitored button spec
(Inherited from ButtonSpecView)
Public propertyDrawButtonSpecOnComposition Gets and sets the composition setting for the button.
(Inherited from ButtonSpecView)
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyManager Gets access to the owning manager.
(Inherited from ButtonSpecView)
Public propertyRemapPalette Gets access to the remapping palette.
(Inherited from ButtonSpecView)
Public propertyViewButton Gets access to the view centering that contains the button.
(Inherited from ButtonSpecView)
Public propertyViewCenter Gets access to the view centering that contains the button.
(Inherited from ButtonSpecView)
Top
Methods
 NameDescription
Public methodCreateController Create a button controller for the view.
(Overrides ButtonSpecViewCreateController(ViewDrawButton, NeedPaintHandler, MouseEventHandler))
Public methodDestruct Destruct the previously created views.
(Inherited from ButtonSpecView)
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 methodGetImage Gets the content image.
(Inherited from ButtonSpecView)
Public methodGetImageTransparentColor Gets the content image transparent color.
(Inherited from ButtonSpecView)
Public methodGetLongText Gets the content long text.
(Inherited from ButtonSpecView)
Public methodGetShortText Gets the content short text.
(Inherited from ButtonSpecView)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnFinishDelegate Processes the finish of the button being pressed.
(Overrides ButtonSpecViewOnFinishDelegate(Object, EventArgs))
Public methodPerformNeedPaint Requests a repaint and optional layout be performed.
(Inherited from ButtonSpecView)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateButtonStyle Update the button style to reflect new button style setting.
(Inherited from ButtonSpecView)
Public methodUpdateChecked Update view button to reflect new button checked setting.
(Inherited from ButtonSpecView)
Public methodUpdateEnabled Update view button to reflect new button enabled setting.
(Inherited from ButtonSpecView)
Public methodUpdateVisible Update view button to reflect new button visible setting.
(Inherited from ButtonSpecView)
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