User Control - GotFocus - LostFocus

  • Thread starter Thread starter avinashraj
  • Start date Start date
A

avinashraj

Hello,

I work with a third party control that provides the ability to load
within it Winforms controls and providing a multi document interface
such as the one in the VS.Net IDE.

I find that adding a handler to the user control's got and lost focus
works when the user control does not have any other controls hosted on
it.

On adding one or more controls on the user control, the user control's
Got Focus stops firing.

I cant seem to figure out either the cause of the problem or even a
work around that will enable Got and Lost focus to fire correctly.

Any help will be great.

Regards,

Avinash
 
Back
Top