Click or drag to resize

ButtonSpecViewAppButton Class

Create and manage the view for a application button specific ButtonSpec definition.
Inheritance Hierarchy

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

The ButtonSpecViewAppButton type exposes the following members.

Constructors
  NameDescription
Public methodButtonSpecViewAppButton
Initialize a new instance of the ButtonSpecViewAppButton 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 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.
(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 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.
(Overrides ButtonSpecViewOnFinishDelegate(Object, EventArgs).)
Public methodPerformNeedPaint
Requests a repaint and optional layout be performed.
(Inherited from ButtonSpecView.)
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.
(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
See Also