ToolStripMenuItem

MenuStrip 类

为窗体提供菜单系统。

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ToolStrip
            System.Windows.Forms.MenuStrip

命名空间:  System.Windows.Forms
程序集:  System.Windows.Forms(在 System.Windows.Forms.dll 中)

备注

MenuStrip 是取代 MainMenu 的顶级容器。(MenuStrip is the top-level container that supersedes MainMenu.

虽然 MenuStrip 对以前版本的 MainMenu 控件的功能进行了替换和添加,但是考虑到向后兼容性和将来的使用(如果您选择),仍然保留了 MainMenu

ToolStripMenuItem菜单上的条目

原文地址:https://www.cnblogs.com/xinyf/p/5960727.html