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: 2024.1.1.0 (2024.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns 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
See Also