use a hard return in a text box

G

Guest

Hi all,

I have to input multi-line in a text box, and at the end of each line, I
want to press Return Key to change line instead of change focus to next
control. How can I do it?

Clara
 
R

RB Smissaert

Ctrl + Enter will enter a linebreak.
Or in the textbox set EnterKeyBehaviour to True.

RBS
 
G

Guest

Hi Clara,

Set the following properties of the textbox to TRUE:

MultiLine
EnterKeyBehavior
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top