NetXP 3.0 Reference

CommandContextMenu.Dispose Method 

Called when the menu must be disposed. NEVER call this function manually if you've set the command bar item collection such that it's no longer owned by this menu.

[Visual Basic]
NotOverridable Public Sub Dispose() Implements _
   IDisposable.Dispose
[C#]
public void Dispose();

Implements

IDisposable.Dispose

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace