Click or drag to resize

KryptonPaletteImagesGalleryButtons Constructor

Initialize a new instance of the KryptonPaletteImagesGalleryButtons 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 KryptonPaletteImagesGalleryButtons(
	PaletteRedirect redirector,
	NeedPaintHandler needPaint
)

Parameters

redirector
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Palette redirector for sourcing inherited values.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also