CommonHelperDestroyInstance Method |
Destroy instance of an object using the provided designer host.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void DestroyInstance(
Object instance,
IDesignerHost host
)
Parameters
- instance Object
- Reference to item for destroying.
- host IDesignerHost
- Designer host used if provided.
See Also