Click or drag to resize

CommonHelperRemoveControlFromParent Method

Remove the provided control from its 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 RemoveControlFromParent(
	Control c
)

Parameters

c  Control
Control to be removed.
See Also