Click or drag to resize

IButtonSpecValues Interface

Exposes access to button specification values.

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 IButtonSpecValues

The IButtonSpecValues type exposes the following members.

Methods
  NameDescription
Public methodGetColorMap
Gets and image color to remap to container foreground.
Public methodGetEdge
Gets the button edge alignment.
Public methodGetEnabled
Gets the button enabled state.
Public methodGetImage
Gets the button image.
Public methodGetImageTransparentColor
Gets the button image transparent color.
Public methodGetLocation
Gets the button location value.
Public methodGetLongText
Gets the button long text.
Public methodGetOrientation
Gets the button orienation.
Public methodGetShortText
Gets the button short text.
Public methodGetStyle
Gets the button style.
Public methodGetToolTipTitle
Gets the button tooltip title text.
Public methodGetView
Get the current view associated with the button spec.
Public methodGetViewEnabled
Gets a value indicating if the associated view is enabled.
Public methodGetVisible
Gets the button visibility.
Public methodSetView
Sets the current view associated with the button spec.
Top
Events
  NameDescription
Public eventButtonSpecPropertyChanged
Occurs when a button spec property has changed.
Top
See Also