ICoreWebView2Controller4.get_AllowExternalDrop

Gets the AllowExternalDrop property which is used to configure the capability that dragging objects from outside the bounds of webview2 and dropping into webview2 is allowed or disallowed. The default value is TRUE.

\snippet SettingsComponent.cpp ToggleAllowExternalDrop

interface ICoreWebView2Controller4
@" propget"
HRESULT
get_AllowExternalDrop
(
BOOL* value
)

Meta