Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.82 KB

icorewebview2experimentalnonclientregionchangedeventargs.md

File metadata and controls

52 lines (37 loc) · 1.82 KB
description title ms.date keywords topic_type api_name api_type api_location
This is the Interface for non-client region change event args.
WebView2 Win32 C++ ICoreWebView2ExperimentalNonClientRegionChangedEventArgs
02/26/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalNonClientRegionChangedEventArgs
APIRef
ICoreWebView2ExperimentalNonClientRegionChangedEventArgs
ICoreWebView2ExperimentalNonClientRegionChangedEventArgs.get_RegionKind
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ExperimentalNonClientRegionChangedEventArgs

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalNonClientRegionChangedEventArgs
  : public IUnknown

This is the Interface for non-client region change event args.

Summary

Members Descriptions
get_RegionKind This property represents the COREWEBVIEW2_NON_CLIENT_REGION_KIND which the region changed event corresponds to.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease

Members

get_RegionKind

This property represents the COREWEBVIEW2_NON_CLIENT_REGION_KIND which the region changed event corresponds to.

public HRESULT get_RegionKind(COREWEBVIEW2_NON_CLIENT_REGION_KIND * value)

With this property an app can query for a collection of rects which have that region kind by using QueryNonClientRegion on the composition controller.