Click or drag to resize

IPaletteButtonSpec Interface

Exposes a palette source button specifications.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public interface IPaletteButtonSpec

The IPaletteButtonSpec type exposes the following members.

Methods
  NameDescription
Public methodGetButtonSpecColorMap
Gets the color to remap from the image to the container foreground.
Public methodGetButtonSpecEdge
Gets the edge to positon the button against.
Public methodGetButtonSpecIcon
Gets the icon to display for the button.
Public methodGetButtonSpecImage
Gets the image to display for the button.
Public methodGetButtonSpecImageTransparentColor
Gets the image transparent color.
Public methodGetButtonSpecLocation
Get the location for the button.
Public methodGetButtonSpecLongText
Gets the long text to display for the button.
Public methodGetButtonSpecOrientation
Gets the button orientation.
Public methodGetButtonSpecShortText
Gets the short text to display for the button.
Public methodGetButtonSpecStyle
Gets the button style used for drawing the button.
Public methodGetButtonSpecToolTipTitle
Gets the tooltip title text to display for the button.
Top
See Also