INonClientArea 接口

定义

此接口表示一个可视元素,当WM_NCHITTEST发送到 HwndSource 时,该元素在逻辑上可能包含非客户端 Win32 区域。

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

方法

HitTest(Point)

给定一个点,确定WM_NCHITTEST的命中测试结果。

适用于