Carriage return in textbox

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
 
K

Katherine Coombs

Marcie,

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

HTH,
Katherine
 
M

Marcie

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