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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PaletteNeoAxisBase(
	Color[] schemeColors,
	ImageList checkBoxList,
	ImageList galleryButtonList,
	Image[] radioButtonArray,
	Color[] trackBarColors
)

Parameters

schemeColors  Color
Array of palette specific colors.
checkBoxList  ImageList
List of images for check box.
galleryButtonList  ImageList
List of images for gallery buttons.
radioButtonArray  Image
Array of images for radio button.
trackBarColors  Color
Array of track bar specific colors.
See Also