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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CheckBoxController(
	ViewDrawCheckBox target,
	ViewBase top,
	NeedPaintHandler needPaint
)

Parameters

target  ViewDrawCheckBox
Target for state changes.
top  ViewBase
Top element for the check box control.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also