Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_12_Impl
source · [−]pub trait ICoreWebView2_12_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl + ICoreWebView2_4_Impl + ICoreWebView2_5_Impl + ICoreWebView2_6_Impl + ICoreWebView2_7_Impl + ICoreWebView2_8_Impl + ICoreWebView2_9_Impl + ICoreWebView2_10_Impl + ICoreWebView2_11_Impl {
fn add_StatusBarTextChanged(
&self,
eventhandler: &Option<ICoreWebView2StatusBarTextChangedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_StatusBarTextChanged(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
fn StatusBarText(&self, value: *mut PWSTR) -> Result<(), Error>;
}
Required Methods
sourcefn add_StatusBarTextChanged(
fn add_StatusBarTextChanged(
&self,
eventhandler: &Option<ICoreWebView2StatusBarTextChangedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
sourcefn remove_StatusBarTextChanged(