Click or drag to resize

PaletteDoublePopulateFromBase Method

Populate values from the base palette.

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 virtual void PopulateFromBase(
	PaletteState state
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
The palette state to populate with.
See Also