Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Environment9_Impl
source · [−]pub trait ICoreWebView2Environment9_Impl: ICoreWebView2Environment_Impl + ICoreWebView2Environment2_Impl + ICoreWebView2Environment3_Impl + ICoreWebView2Environment4_Impl + ICoreWebView2Environment5_Impl + ICoreWebView2Environment6_Impl + ICoreWebView2Environment7_Impl + ICoreWebView2Environment8_Impl {
fn CreateContextMenuItem(
&self,
label: &PCWSTR,
iconstream: &Option<IStream>,
kind: COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND
) -> Result<ICoreWebView2ContextMenuItem, Error>;
}
Required Methods
sourcefn CreateContextMenuItem(