NonClientPointerEventArgs.IsPointInRegion Property

Definition

Gets whether the Point is within the non-client region where the pointer event occurred.

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

Property Value

Boolean

bool

True, if the Point is withing the non-client region where the pointer event occurred. Otherwise, false.

Applies to