Click or drag to resize

PaletteRedirectCheckBox Constructor (IPalette, CheckBoxImages)

Initialize a new instance of the PaletteRedirectCheckBox class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public PaletteRedirectCheckBox(
	IPalette target,
	CheckBoxImages images
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
images
Type: Internal.ComponentFactory.Krypton.ToolkitCheckBoxImages
Reference to source of check box images.
See Also