NonClientPointerEventArgs.IsPointInRegion 属性

定义

获取 是否位于发生指针事件的非客户端区域中。

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 与发生指针事件的非客户端区域有关。 否则为 false。

适用于

另请参阅