ToolStripMenuItem

来源:互联网 发布:照片说话软件 编辑:程序博客网 时间:2024/05/01 18:01
 

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菜单上的条目

0 0