KryptonContextMenuColorColumnsContainsColor Method |
Does the provided color exist in the definition.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool ContainsColor(
Color color
)
Parameters
- color Color
- Color to find.
Return Value
BooleanTrue if found; otherwise false.
See Also