Today I'll show you how to use the following ribbon features inside a Winforms application: Menu Group Split Button in an Application Menu Drop Down Button in an Application Menu The result of this post looks like this: SplitButton VS DropDownButton What is actually the difference between those two? DropDownButton is NOT a button, meaning clicking it does nothing. Hovering over it will open a list of buttons. On the other hand, SplitButton is itself a button, which you can respond to. Hovering...