Click or drag to resize
Sandcastle Help File BuilderFilePathUserControlDispose Method (Boolean)
Clean up any resources being used.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if managed resources should be disposed; otherwise, false.
See Also