Click or drag to resize

CommonHelperDestroyInstance Method

Destroy instance of an object using the provided designer host.

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 DestroyInstance(
	Object instance,
	IDesignerHost host
)

Parameters

instance  Object
Reference to item for destroying.
host  IDesignerHost
Designer host used if provided.
See Also