I have a panel with a bitmap on which I want to display a multiline message. What is the easiest way to do this?

Do I have to split the string in several parts with code and then display it line under line or is there an easy way to have it done automatically like the MsgBox command of vb6