I created a custom control derived from Control but it doesn't seem to have the default focus behaviour (i.e. mouse click inside the control gives it focus). If I add a handler for OnGotFocus it never gets called. How can I make it respond to focus events?