Click or drag to resize

CommonHelperAddControlToParent Method

Add the provided control to a parent collection.

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 static void AddControlToParent(
	Control parent,
	Control c
)

Parameters

parent  Control
Parent control.
c  Control
Control to be added.
See Also