I'm developing Sidebar plugin using C# basing on
GoogleDesktopDisplayCSharpSample.
The problem is the following: pressing arrow keys casing navigation
from control to control in property page. Although if the same form is
shown in standard way this does not happen.
I can see the same problem in Dictionary plugin that is also based on
GoogleDesktopDisplayCSharpSample, also it could be reproduce in the
sample itself by adding a second textbox to the
SamplePluginPropertyPage.
I suppose the problem is in window styles or messages processing that
is modified in PropertyPage class but can't find out what is it
exactly.
Please advise.