MenuBuilder CreateMenuItem Method CleanCode C# Libraries v1.2.03 API
Overload List

  NameDescription
Public methodCreateMenuItem(ContextMenuStrip, String, EventHandler, String)
Creates a new menu item and attaches it to the OnlineToolStripItemCollection of the existing menuStrip.
Public methodCreateMenuItem(ToolStripMenuItem, String, EventHandler, String)
Creates a new menu item and attaches it to the OnlineToolStripItemCollection of the existing item.
Back to Top
See Also