Click or drag to resize

KryptonContextMenuColorColumnsSetCustomColors Method

Define a custom set of colors for display.

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 void SetCustomColors(
	Color[][] colors
)

Parameters

colors
Type: System.DrawingColor
An array of color arrays, each of which must be the same length.
See Also