微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

c# – 在SQL Server Management Studio中创建一个新菜单项

是否可以在sql Server 2008 Management Studio中创建新的菜单项?

例如,当您右键单击数据库时,会出现一个选项列表(新数据库,新查询…).

是否可以在该列表中添加新项目并在单击该按钮时实现一些C#功能

解决方法

MSDN起.

菜单添加新项
菜单添加新项目

  1. On the Tools menu,click Options.
  2. In the Customize dialog Box,on the Commands tab,click New Menu.
  3. On the Commands Box,drag New Menu to the menu bar and drop it where you want the new menu to appear.
  4. On the menu,right-click New Menu,and in the Name Box,type a name for the new menu.
  5. In the Customize dialog Box,select category such as File,and select a command such as Open File. Drag the command to the new menu. As you point to the new menu,the menu will expand. Drop the command onto the expanded menu.
  6. In the Customize dialog Box,click Close.

原文地址:https://www.jb51.cc/csharp/99644.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐