System.Windows.Forms.Menu.Dispose Method

Disposes of the resources, other than memory, used by the System.Windows.Forms.Menu.

Syntax

protected override void Dispose (bool disposing)

Parameters

disposing
Documentation for this section has not yet been entered.

Remarks

Call Menu.Dispose(bool) when you are finished using the System.Windows.Forms.Menu. The Menu.Dispose(bool) method leaves the System.Windows.Forms.Menu in an unusable state. After calling Menu.Dispose(bool), you must release all references to the System.Windows.Forms.Menu so the memory it was occupying can be reclaimed by garbage collection.

Note:

Always call Menu.Dispose(bool) before you release your last reference to the System.Windows.Forms.Menu. Otherwise, the resources the System.Windows.Forms.Menu is using will not be freed until garbage collection calls the System.Windows.Forms.Menu object's destructor.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0