Click or drag to resize

CorrectContextControl Constructor

Initialize a new instance of the CorrectContextControl 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 CorrectContextControl(
	ViewLayoutContext context,
	Control control
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitViewLayoutContext
Context to update.
control
Type: System.Windows.FormsControl
Actual parent control instance.
See Also