dotnet / dotnet/dotnet-api-docs
Move or click?
Open
area-WinForms
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
"_Indicates whether a mouse **click**..._"
"_...the position at which the mouse was **clicked**..._"
"_...determines whether a **click** at the specified point..._"
"_The GetHitTest method is called in response to the WM_NCHITTEST message, so it is called on each mouse **move**._"
So is it move, or click? Those are two very different things.
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.design.controldesigner.gethittest?view=windowsdesktop-8.0
Contributor guide
Assessment
This issue has not been assessed yet.