Click or drag to resize

CheckBoxController Constructor

Initialize a new instance of the CheckBoxController 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 CheckBoxController(
	ViewDrawCheckBox target,
	ViewBase top,
	NeedPaintHandler needPaint
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitViewDrawCheckBox
Target for state changes.
top
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Top element for the check box control.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also