Carriage return in textbox

  • Thread starter Thread starter Marcie
  • Start date Start date
M

Marcie

Does anyone know how to insert a carriage return in a textbox just using
the keyboard? I thought it was Ctrl+Enter or Shift+Enter, but no
luck.

Thanks
Marcie
 
Marcie,

Check the properties of the textbox and make sure that Multiline and
EnterKeyBehavior are set to true.

HTH,
Katherine
 
Hi there, I got the answer from a different site. You have to change
the Multi-Line property to true, then Ctrl+Enter.
 
Back
Top