ControlDesigner.GetHitTest Method

J

Joey Callisay

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top