Provides basic functionality for the System.Windows.Forms.ContextMenuStrip control. Although System.Windows.Forms.ToolStripDropDownMenu and System.Windows.Forms.ToolStripDropDown replace and add functionality to the System.Windows.Forms.Menu control of previous versions, System.Windows.Forms.Menu is retained for both backward compatibility and future use if you choose.
See Also: ToolStripDropDownMenu Members
System.Windows.Forms.ToolStripDropDownMenu is the base class for System.Windows.Forms.ContextMenuStrip, providing necessary painting and layout properties and methods. The properties of this class that you are most likely to use directly are the ToolStripDropDownMenu.ShowCheckMargin and ToolStripDropDownMenu.ShowImageMargin properties, which determine whether the shortcut menu will be able to display a check mark, an image, or both.