MSDN describes the ControlDesigner.GetHitTest Method as:
Indicates whether a mouse click at the specified point should be
handled by the control.
How exactly is this method used? Is this a method checked from the designer
before a click event of the control will be triggered and handled by
associated eventhandler? It seems that this method is bound to the
mousemove event of the control not on a mouseclick? I'm very much confused,
please help...
Joey Callisay - 08 Sep 2004 07:44 GMT
I just got examples in WindowsForms forum, thanx anyway...
> MSDN describes the ControlDesigner.GetHitTest Method as:
>
[quoted text clipped - 6 lines]
> mousemove event of the control not on a mouseclick? I'm very much confused,
> please help...