INonClientArea::HitTest Method (Point)

Visual Studio 2015
 

Given a point, determines what the hit test result should be for WM_NCHITTEST.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

int HitTest(
	Point point
)

Parameters

point
Type: System.Windows::Point

The point hit, relative to the screen.

Return Value

Type: System::Int32

The HT* result representing the non-client hit test result, or HTNOWHERE if the point is not within this element.

Return to top
Show: