Class ToolStripMenuItem
Defined in order to make library more compatible with the legacy code.
public class ToolStripMenuItem : MenuItem, IBaseObjectWithAttr, IDisposableObject, IComponent, IDisposable, ICommandSource, IMenuItemProperties, IMenuProperties, ICollectionObserver<object>, INotifyPropertyChanged, IBaseObjectWithId, IBaseObject
- Inheritance
-
ToolStripMenuItem
- Implements
- Derived
Constructors
- ToolStripMenuItem()
Initializes a new instance of the MenuItem class.
- ToolStripMenuItem(string)
Initializes a new instance of the MenuItem class with the specified
textfor the menu item.
- ToolStripMenuItem(string, Image?, EventHandler)
Initializes a new instance of the MenuItem class that displays the specified text and image and that does the specified action when the MenuItem is clicked.
- ToolStripMenuItem(string, KeyGesture)
Initializes a new instance of the MenuItem class with the specified
textandshortcutfor the menu item.
- ToolStripMenuItem(string, Action?)
Initializes a new instance of the MenuItem class with the specified
textandonClickfor the menu item.
- ToolStripMenuItem(string, Action?, KeyGesture?)
Initializes a new instance of the MenuItem class with the specified
text,onClickandshortcutfor the menu item.
- ToolStripMenuItem(string, EventHandler?, KeyGesture?)
Initializes a new instance of the MenuItem class with the specified
text,onClickandshortcutfor the menu item.
Properties
- DropDownItems
Alias to Items.