INonClientArea Interface

Definition

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

public interface class INonClientArea
public interface class INonClientArea
__interface INonClientArea
public interface INonClientArea
type INonClientArea = interface
Public Interface INonClientArea

Methods

HitTest(Point)

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

Applies to