Click or drag to resize

KryptonManagerGetPaletteForMode Method

Gets the implementation for the requested palette mode.

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 static IPalette GetPaletteForMode(
	PaletteMode mode
)

Parameters

mode
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMode
Requested palette mode.

Return Value

Type: IPalette
IPalette reference is available; otherwise false.
See Also