In VS2010, when you edit the text of a label component a popup appears showing the entire text in a multiline format. Does anyone know how this popup multiline text editing box is done or called? I’d like to do this in a C# program I’m creating.
A screenshot can be found here.
It is called a ToolTip – documentation can be found here
UPDATE:
For editing see this article that uses the MultiLineStringEditor.