Why do I not get Mouse-Events like MouseClick, MouseUp or MouseDown from the
PropertyGrid?

Re: PropertyGrid Mouse-Events by Andrew

Andrew
Sat Oct 15 14:49:53 CDT 2005

The reason you don't get mouse events is because the propertygrid control
contains child controls that fill its entire area. You could try iterating
its Controls collection and hooking the mouse events of the controls it
contains.

"Ringwraith" <Ringwraith@discussions.microsoft.com> wrote in message
news:5C2B87BE-3A51-42BE-B594-6A429DCD58E6@microsoft.com...
> Why do I not get Mouse-Events like MouseClick, MouseUp or MouseDown from
> the
> PropertyGrid?