Click or drag to resize

ViewDrawButton(IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteMetric, IContentValues, VisualOrientation, Boolean) Constructor

Initialize a new instance of the ViewDrawButton class.

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 ViewDrawButton(
	IPaletteTriple paletteDisabled,
	IPaletteTriple paletteNormal,
	IPaletteTriple paletteTracking,
	IPaletteTriple palettePressed,
	IPaletteMetric paletteMetric,
	IContentValues buttonValues,
	VisualOrientation orientation,
	bool useMnemonic
)

Parameters

paletteDisabled  IPaletteTriple
Palette source for the disabled state.
paletteNormal  IPaletteTriple
Palette source for the normal state.
paletteTracking  IPaletteTriple
Palette source for the tracking state.
palettePressed  IPaletteTriple
Palette source for the pressed state.
paletteMetric  IPaletteMetric
Palette source for metric values.
buttonValues  IContentValues
Source for content values.
orientation  VisualOrientation
Visual orientation of the content.
useMnemonic  Boolean
Use mnemonics.
See Also