开发者

How do I add a Textbox in a menu in Visual Studio 2010 addin?

开发者 https://www.devze.com 2022-12-27 04:46 出处:网络
I would like to add a texbox to the Project,Item and solution menu in Visual Studio 2010. It seems the way I did it in Visual Studio 2008 no longer work.

I would like to add a texbox to the Project,Item and solution menu in Visual Studio 2010.

It seems the way I did it in Visual Studio 2008 no longer work.

Old way:

menuItem = _applicationObject.GetCommandBar("item").Controls.Add(MsoControlType.msoControlEdit, 1, "", 1, false);

Is there a way of doing this in Visual Studio 2010? Doing the above code returns that I 开发者_如何学编程can only add popup and button.

Cheers

/Jimmy


Unfortunately that can't be done in Visual Studio 2010.

0

精彩评论

暂无评论...
验证码 换一张
取 消