Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Controller2_Impl
source · [−]pub trait ICoreWebView2Controller2_Impl: ICoreWebView2Controller_Impl {
fn DefaultBackgroundColor(
&self,
backgroundcolor: *mut COREWEBVIEW2_COLOR
) -> Result<(), Error>;
fn SetDefaultBackgroundColor(
&self,
backgroundcolor: &COREWEBVIEW2_COLOR
) -> Result<(), Error>;
}
Required Methods
sourcefn DefaultBackgroundColor(
fn DefaultBackgroundColor(
&self,
backgroundcolor: *mut COREWEBVIEW2_COLOR
) -> Result<(), Error>
sourcefn SetDefaultBackgroundColor(