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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void AddControlToParent(
	Control parent,
	Control c
)

Parameters

parent
Type: System.Windows.FormsControl
Parent control.
c
Type: System.Windows.FormsControl
Control to be added.
See Also