Reputation: 23861
How can I capture the MouseLeftButtonDown event for any child in the form even the children captured this event?
Upvotes: 2
Views: 239
Reputation: 14589
Have you tried handling the PreviewMouseLeftButtonDown event on the form ?
Upvotes: 2