I want to make a button that can drop down a multi-line label or form which contains help documentation for the user.
I have searched and I can't find anything that is for C# Winforms. Do any free controls out there exist for this or will I have to create it myself? Many thanks, Richard
Using ToolStripControlHost and ToolStripDropDown controls can provide this for you:
Result:
I think it will be a bad user experience to see a tooltip on click of a button. However, you can use this if you really want to