I created a VS shell isolated project and a package, now what I did is
(1) I defined a custom editor (edit some graphic objects)
(2) The VS 'properties window' can track the object selected in the editor, and show their properties correctly.
Here is the question:
The combo box of 'properties window' stores a list of selectable objects, when I change the combo selected index(select another object), how can I track that change so I can get the selected object focused?
Just like the behavior between VS forms designer and the 'properties window'
Thanks.