Click or drag to resize

PaletteContentToPalette Constructor

Initialize a new instance of the PaletteContentToPalette class.

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 PaletteContentToPalette(
	IPalette palette,
	PaletteContentStyle style
)

Parameters

palette
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Source for getting all values.
style
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteContentStyle
Style of values required.
See Also