In my application there is on form which contains controls
including one multiline textbox and a command button for witch the 'Default' property is set to True.

If in the textbox if want type the next line the focus is shifting to command button and its click event is fired.

if i want to type next line in the textbox i have to press CTRL+Enter.

How can i avoid this

Thanks in advance.