i'm writing a visual studio 2010 extension and got a ToolWindow with a ToolWindowToolbar.

in my toolbar i want to add a split button that while pressing the button (left part) will show the 'open file' dialog, and when pressing the arrow (right part) will show a list of recently opened files.

i have tried several ways to no avail, can you help?

有帮助吗?

解决方案 2

see solution in this discussion

其他提示

This thread from MSDN Visual Studio Extensibility Forum might help you. "Bitmap icon does not appear on a SplitDropDown button in Visual Studio toolbar"

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top