Click or drag to resize

FndWpfHelpers.DisposeElementHost Method

Call to property clean up use of an ElementHost control Workaround for MS memory leak in ElementHost

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static void DisposeElementHost(
	ElementHost elementHost
)

Parameters

elementHost
Type: System.Windows.Forms.Integration.ElementHost
The ElementHost instance to clean up
See Also