Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_9_Impl
source · [−]pub trait ICoreWebView2_9_Impl: ICoreWebView2_Impl + ICoreWebView2_2_Impl + ICoreWebView2_3_Impl + ICoreWebView2_4_Impl + ICoreWebView2_5_Impl + ICoreWebView2_6_Impl + ICoreWebView2_7_Impl + ICoreWebView2_8_Impl {
fn add_IsDefaultDownloadDialogOpenChanged(
&self,
handler: &Option<ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>;
fn remove_IsDefaultDownloadDialogOpenChanged(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>;
fn IsDefaultDownloadDialogOpen(&self, value: *mut BOOL) -> Result<(), Error>;
fn OpenDefaultDownloadDialog(&self) -> Result<(), Error>;
fn CloseDefaultDownloadDialog(&self) -> Result<(), Error>;
fn DefaultDownloadDialogCornerAlignment(
&self,
value: *mut COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT
) -> Result<(), Error>;
fn SetDefaultDownloadDialogCornerAlignment(
&self,
value: COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT
) -> Result<(), Error>;
fn DefaultDownloadDialogMargin(&self, value: *mut POINT) -> Result<(), Error>;
fn SetDefaultDownloadDialogMargin(&self, value: &POINT) -> Result<(), Error>;
}
Required Methods
sourcefn add_IsDefaultDownloadDialogOpenChanged(
fn add_IsDefaultDownloadDialogOpenChanged(
&self,
handler: &Option<ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler>,
token: *mut EventRegistrationToken
) -> Result<(), Error>
sourcefn remove_IsDefaultDownloadDialogOpenChanged(
fn remove_IsDefaultDownloadDialogOpenChanged(
&self,
token: &EventRegistrationToken
) -> Result<(), Error>
source
fn OpenDefaultDownloadDialog(&self) -> Result<(), Error>
source
fn CloseDefaultDownloadDialog(&self) -> Result<(), Error>
sourcefn DefaultDownloadDialogCornerAlignment(
fn DefaultDownloadDialogCornerAlignment(
&self,
value: *mut COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT
) -> Result<(), Error>
sourcefn SetDefaultDownloadDialogCornerAlignment(