NonClientPointerEventArgs.IsPointInRegion 属性

定义

获取 是否 Point 在发生指针事件的非客户端区域内。

public:
 property bool IsPointInRegion { bool get(); };
bool IsPointInRegion();
public bool IsPointInRegion { get; }
var boolean = nonClientPointerEventArgs.isPointInRegion;
Public ReadOnly Property IsPointInRegion As Boolean

属性值

Boolean

bool

如果 Point 与发生指针事件的非客户端区域一起,则为 True。 否则为 false。

适用于