Click or drag to resize

ButtonSpecView Class

Create and manage the view for a ButtonSpec definition.
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 ButtonSpecView : GlobalId, 
	IContentValues

The ButtonSpecView type exposes the following members.

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