New sample: SplitButton

Now that the toolstrip has a split button, everyone seems to want one for their form too. While you could tweak out the ToolStripRenderer to do this, it's probably just best to use the ButtonRenderer class on your own custom button. The following sample shows how to use the ButtonRenderer class to create your own custom button.