- jfo's coding
Building a SplitButton
The following sample creates a split button that you can use on your form. It makes use of the ButtonRenderer class to custom draw a button. Sample code for adding a SplitButton: SplitButton sb = new SplitButton(); sb.ShowSplit = true; sb.ContextMenuStrip
in .NET with control forms splitbutton windows
splitbutton from all users