views:

258

answers:

2

I'm looking for a Split Button in .NET WinForms. The kind where one side is a button and the other side has a dropdown button.

I see them used all over in windows, like in the Visual Studio Save As window, so I figured they've got to have the control in some library.

I know there's one for toolstrips, but I need one thats usable outside of toolstrips.

Is there a Microsoft library that has one or preferably a free library? I'm using .NET 3.5

For an example: http://wyday.com/splitbutton/images/scrnshots/splitbutton.png

+3  A: 

Is this what you are looking for?

nasufara
+2  A: 
C-Pound Guru