System.Web.UI.Design.WebControls.RegexEditorDialog.Dispose Method

Releases the unmanaged resources used by the System.Web.UI.Design.WebControls.RegexEditorDialog and optionally releases the managed resources.

Syntax

protected override void Dispose (bool disposing)

Parameters

disposing
A value indicating to all resources held by any managed objects that this System.Web.UI.Design.WebControls.RegexEditorDialog references.

Remarks

This method is called by the public System.ComponentModel.Component.Dispose method and the object.Finalize method. System.ComponentModel.Component.Dispose invokes the protected RegexEditorDialog.Dispose(bool) method with the disposing parameter set to true. object.Finalize invokes Dispose with disposing set to false.

When the disposing parameter is true, this method releases all resources held by any managed objects that this System.Web.UI.Design.WebControls.RegexEditorDialog references. This method invokes the Dispose() method of each referenced object.

Requirements

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0