INonClientArea::HitTest Method (Point)
Visual Studio 2015
Given a point, determines what the hit test result should be for WM_NCHITTEST.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
Parameters
- point
-
Type:
System.Windows::Point
The point hit, relative to the screen.
Return Value
Type: System::Int32The HT* result representing the non-client hit test result, or HTNOWHERE if the point is not within this element.
Show: