Component and events

V

Vlado B.

Hello everyone!

Is there a way to catch keyboard and mouse events in component?

For example: I want to know when resize of form is finished, or I want to
know when user presses arrow keys and do something in that case.

Thanks

Vlado
 
E

Ed Kaim

You should be able to add event handlers to the Form for those events that
are implemented in your component. Getting a reference to the form might be
the tricky part.
 

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