File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ See [API Details](#api-details) section below for API reference.
7474interface ICoreWebView2Controller : IUnknown {
7575 /// Gets the `AllowDrop` property which is used to configure the capability
7676 /// that dropping files into webview2 is allowed or permitted.
77- /// The default value is TRUE if not ever set .
77+ /// The default value is TRUE.
7878 ///
7979 /// \snippet SettingsComponent.cpp ToggleAllowDrop
8080 [propget ] HRESULT AllowDrop ([out , retval ] BOOL* value);
@@ -96,7 +96,7 @@ namespace Microsoft.Web.WebView2.Core
9696 //
9797 // Remarks:
9898 // The AllowDrop is to configure the capability that dropping files into webview2
99- // is allowed or permitted.
99+ // is allowed or permitted. The default value is true.
100100 public bool AllowDrop { get ; set ; }
101101 }
102102}
You can’t perform that action at this time.
0 commit comments