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

Parameters

c
Type: System.Windows.FormsControl
Control to be removed.
See Also