I have a user control I have created and I'm wondering how I would go about ensuring that if the user pressed the Enter key anywhere within this control that the "Search" button is clicked.

I know Forms have an AcceptButton and CancelButton property, but it doesn't seem that user controls do. Is there a way I can get the same functionality?

Thanks,
jerome