INonClientArea Interface

Visual Studio 2015
 

Represents a visual element that may logically contain a non-client Win32 area when WM_NCHITTEST is sent to an HwndSource.

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

public interface INonClientArea

NameDescription
System_CAPS_pubmethodHitTest(Point)

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

Return to top
Show: