J Bom
J Bom

Reputation: 313

How to press a button with the enter key

I have simple question. How do you press a button with your enter key?

I have a login screen, where I can just login with a button. But I also want to login when pressing the enter button.

How should I do this?

Thanks in advance!

Jasper

Upvotes: 12

Views: 11930

Answers (1)

Cosmin Prund
Cosmin Prund

Reputation: 25678

Set the button's Default property to True from Object Inspector.

Upvotes: 20

Related Questions