Question How do I add a multi-line TextBox to a PropertyGrid?

tim8w

Active member
Joined
Oct 26, 2010
Messages
38
Programming Experience
5-10
I have a standard PropertyGrid and I want to add a filed that will handle a multi-line TextBox. Any ideas?

Thanks,
Tim
 
The question is not clear, possibly you should look up MultilineStringEditor, this is the kind of editor you get for Text property of TextBox control for example.
 
JohnH,
Thank you for the response. I was getting the error "System.ComponentModel.Design.MultilineStringEditor Not Defined". That led me back to all of the comments about this and it finally dawned on me that I had the "Imports" correct, but failed to add the "Refernece".
 
Back
Top