Multiline tooltipText
Just for reference, in C++, one can simply add the "\n" tag directly in static text.
You can enter a newline in the designer also (for static-text only, obviously) by clicking the dropdown arrow near the tooltip property-box, and hitting enter where you want the newline.
Put a newline (use Environment.NewLine
) into the actual tooltip text.