Click or drag to resize

PaletteNeoAxisBase Constructor

Initialize a new instance of the PaletteOffice2010Base 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 PaletteNeoAxisBase(
	Color[] schemeColors,
	ImageList checkBoxList,
	ImageList galleryButtonList,
	Image[] radioButtonArray,
	Color[] trackBarColors
)

Parameters

schemeColors
Type: System.DrawingColor
Array of palette specific colors.
checkBoxList
Type: System.Windows.FormsImageList
List of images for check box.
galleryButtonList
Type: System.Windows.FormsImageList
List of images for gallery buttons.
radioButtonArray
Type: System.DrawingImage
Array of images for radio button.
trackBarColors
Type: System.DrawingColor
Array of track bar specific colors.
See Also