The MenuBuilder type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
MenuBuilder |
Initializes a new instance of the MenuBuilder class.
|
Methods
Name | Description | |
---|---|---|
CreateMenuItem(ContextMenuStrip, String, EventHandler, String) |
Creates a new menu item and attaches it to the ToolStripItemCollection of the
existing menuStrip.
| |
CreateMenuItem(ToolStripMenuItem, String, EventHandler, String) |
Creates a new menu item and attaches it to the ToolStripItemCollection of the
existing item.
| |
CreateSubMenu(ContextMenuStrip, String) |
Creates a submenu item and attaches it to a ContextMenuStrip.
| |
CreateSubMenu(ToolStripMenuItem, String) |
Creates a submenu item and attaches it to the ToolStripItemCollection of the
existing item.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMenuItem(String) |
Gets a menu item unique in the entire menu tree.
| |
GetMenuItem(String, String) |
Gets a menu item unique in a particular submenu tree.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also