开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜