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: 2024.1.1.0 (2024.1.1.0)
Syntax public bool ContainsColor(
Color color
)
Parameters
- color
- Type: System.DrawingColor
Color to find.
Return Value
Type:
BooleanTrue if found; otherwise false.
See Also