Share via


ForEachEnumeratorUI.Dispose Method

Include Protected Members
Include Inherited Members

This method is initially inherited from the Component.Dispose method. It releases the unmanaged resources used by the control and optionally releases the managed resources.

Overload List

  Name Description
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the control, and optionally releases the managed resources. This method is inherited from the Component.Dispose method. (Overrides ContainerControl.Dispose(Boolean).)

Top