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
Ed Kaim - 18 Dec 2004 00:41 GMT
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.
> Hello everyone!
>
[quoted text clipped - 6 lines]
>
> Vlado