I added a LinkLabel to a Form, and it works fine.
However, upon reading
the documentation for LinkLabel , I discovered that it says:
"The ToolStripLabel control replaces and adds functionality to the Label and LinkLabel controls." Alright, I think, I'll use that ToolStripLabel instead. So I go to the Toolbox and look for it... hmmm, it ain't there. Not even under "All Windows Forms". Ok, so I go to "Choose Items..." and search for it under .Net Framework Components. But alas, it ain't there either...
Anyone know how you're supposed to add one of these to a Windows form?