InputNonClientPointerSource.ClearRegionRects(NonClientRegionKind) Method
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.
Deletes each region of the specified type within the non-client area of a window from the InputNonClientPointerSource.
public:
virtual void ClearRegionRects(NonClientRegionKind region) = ClearRegionRects;
void ClearRegionRects(NonClientRegionKind const& region);
public void ClearRegionRects(NonClientRegionKind region);
function clearRegionRects(region)
Public Sub ClearRegionRects (region As NonClientRegionKind)
Parameters
- region
- NonClientRegionKind
The type of non-client region.