CheckBoxController Constructor |
Initialize a new instance of the CheckBoxController class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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