Click or drag to resize

KryptonContextMenuColorColumnsContainsColor Method

Does the provided color exist in the definition.

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 bool ContainsColor(
	Color color
)

Parameters

color  Color
Color to find.

Return Value

Boolean
True if found; otherwise false.
See Also