stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: MultiLine in TextBox
Hi,
MultiLine is a design-time-only feature and is set when the textbox is created at runtime.
I would suggest your control has 2 textboxes, 1 in single and the other in multiline. Then direct the text property let to both of them. Toggle which one is visible by the property on your usecontrol.
Hope this helps,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|