You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracks the status of operations, indicating completion, match count changes, and match index changes.
135
+
-->
124
136
125
137
The WebView2Find API offers methods and events for text finding and navigation within a WebView2 control. It enables developers to programmatically initiate Find operations, navigate Find results, suppress default UI, and customize Find options like find query. It also tracks the status of operations, indicating completion, match count changes, and match index changes.
126
138
@@ -214,6 +226,42 @@ The WebView2Find API offers methods and events for text finding and navigation w
214
226
215
227
The `CompositionController` DragStarting API provides methods and events for initiating and handling drag operations within a WebView2 control. The DragStarting API allows you to programmatically add event handlers for drag starting, leverage the `Deferral` to execute asynchronous drag logic, and decide whether the WebView2 should use its own drag logic by setting the `Handled` property. This API facilitates customized drag operations and manages the drag process, ensuring seamless integration with the WebView2 environment.
216
228
229
+
##### [.NET/C#](#tab/dotnetcsharp)
230
+
231
+
<!-- todo -->
232
+
<!-- tentative: -->
233
+
234
+
* CoreWebView2ExperimentalCompositionController Class
0 commit comments