ICoreWebView2Settings7

Undocumented in source.

Members

Functions

get_HiddenPdfToolbarItems
HRESULT get_HiddenPdfToolbarItems(COREWEBVIEW2_PDF_TOOLBAR_ITEMS* hidden_pdf_toolbar_items)

HiddenPdfToolbarItems is used to customize the PDF toolbar items. By default, it is COREWEBVIEW2_PDF_TOOLBAR_ITEMS_NONE and so it displays all of the items. Changes to this property apply to all CoreWebView2s in the same environment and using the same profile. Changes to this setting apply only after the next navigation. \snippet SettingsComponent.cpp ToggleHidePdfToolbarItems

put_HiddenPdfToolbarItems
HRESULT put_HiddenPdfToolbarItems(COREWEBVIEW2_PDF_TOOLBAR_ITEMS hidden_pdf_toolbar_items)

Set the HiddenPdfToolbarItems property.

Inherited Members

From ICoreWebView2Settings6

get_IsSwipeNavigationEnabled
HRESULT get_IsSwipeNavigationEnabled(BOOL* enabled)

The IsSwipeNavigationEnabled property enables or disables the ability of the end user to use swiping gesture on touch input enabled devices to navigate in WebView2. It defaults to TRUE.

put_IsSwipeNavigationEnabled
HRESULT put_IsSwipeNavigationEnabled(BOOL enabled)

Set the IsSwipeNavigationEnabled property

Meta