I am making a form and would like to use a ToolStripDropDownButton
(basically a button with an arrow pointing down from where u can select an item):
as found in the Microsoft website but I cannot seem to find it in the form[design] toolbox.
I am using VS2015 C# community version, net framework 4.6. I have tried adding the namespace using System.Windows.Forms.ToolStripDropDownButton;
but it does not recognize toolstripdropdownbutton. Any help with this would be appreciated. Thanks.