pub trait ICoreWebView2Settings9_Impl: Sized + ICoreWebView2Settings8_Impl {
    // Required methods
    fn IsNonClientRegionSupportEnabled(&self, enabled: *mut BOOL) -> Result<()>;
    fn SetIsNonClientRegionSupportEnabled(&self, enabled: BOOL) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§