NonClientPointerEventArgs.IsPointInRegion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.