Click or drag to resize

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

Initialize a new instance of the ViewDrawButton class.

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

Parameters

paletteDisabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the disabled state.
paletteNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the normal state.
paletteTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the tracking state.
palettePressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the pressed state.
paletteMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Palette source for metric values.
buttonValues
Type: Internal.ComponentFactory.Krypton.ToolkitIContentValues
Source for content values.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the content.
useMnemonic
Type: SystemBoolean
Use mnemonics.
See Also