views:

137

answers:

0

I have a component derived from IComponent (also tried to derive from Component)

The problem:
If I have 2 my custom components on the form, and one of them is selected, then I can't straightly select another my component, I have to click on something else first. Changing selection between my component and any another component (for example System.Windows.Forms.Timer) goes without any problems in both directions.

What can be the problem?

Any help is highly appreciated.

PS. VS 2008.