interface ICoreWebView2ExperimentalNonClientRegionChangedEventArgs
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
Note
This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.
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.