multiple lines in text box

  • Thread starter Thread starter BorisS
  • Start date Start date
B

BorisS

need to be able, using legacy controls, to have a text box that allows user
to hit carriage return and get to next line. For some reason, when I select
multiline (which is what I thought was the parameter for this), the box still
does not allow enter to be used. Am I doing something wrong, is this the
wrong parameter, or is this not possible to do?
 
BorisS said:
need to be able, using legacy controls, to have a text box that allows user
to hit carriage return and get to next line. For some reason, when I select
multiline (which is what I thought was the parameter for this), the box still
does not allow enter to be used. Am I doing something wrong, is this the
wrong parameter, or is this not possible to do?

Yes, that is correct, but you also need to change the EnterKeyBehavior to
True.
 
Back
Top