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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void DestroyInstance(
	Object instance,
	IDesignerHost host
)

Parameters

instance
Type: SystemObject
Reference to item for destroying.
host
Type: System.ComponentModel.DesignIDesignerHost
Designer host used if provided.
See Also