Skip to content

Commit e7733a2

Browse files
committed
list in empty tabs
1 parent 8f96212 commit e7733a2

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ The following Experimental APIs have been added in this Prerelease SDK.
121121

122122
<!-- ---------- -->
123123
###### WebView2Find API
124+
<!-- todo: in heading, state the capability - what functionality does this enable you to add in your app, for users?
125+
126+
general idea for such headings: Capability [or task] X, from API Y
127+
in heading, state the capability - what functionality does this enable you to add in your app, for users?
128+
129+
Pick out key phrases/ features you can add to your app:
130+
text finding and navigation within a WebView2 control
131+
programmatically initiate Find operations, navigate Find results
132+
suppress default UI
133+
customize Find options like find query.
134+
tracks the status of operations, indicating completion, match count changes, and match index changes.
135+
-->
124136

125137
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.
126138

@@ -214,6 +226,42 @@ The WebView2Find API offers methods and events for text finding and navigation w
214226

215227
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.
216228

229+
##### [.NET/C#](#tab/dotnetcsharp)
230+
231+
<!-- todo -->
232+
<!-- tentative: -->
233+
234+
* CoreWebView2ExperimentalCompositionController Class
235+
* CoreWebView2ExperimentalCompositionController.DragStarting Event
236+
237+
* CoreWebView2ExperimentalCompositionControllerInterop Class
238+
* CoreWebView2ExperimentalCompositionControllerInterop.DragStarting Event
239+
240+
* CoreWebView2ExperimentalDragStartingEventArgs Class
241+
* CoreWebView2ExperimentalDragStartingEventArgs.AllowedDropEffects Property
242+
* CoreWebView2ExperimentalDragStartingEventArgs.Data Property
243+
* CoreWebView2ExperimentalDragStartingEventArgs.Handled Property
244+
* CoreWebView2ExperimentalDragStartingEventArgs.Position Property
245+
* CoreWebView2ExperimentalDragStartingEventArgs.GetDeferral Method
246+
247+
##### [WinRT/C#](#tab/winrtcsharp)
248+
249+
<!-- todo -->
250+
<!-- tentative: -->
251+
252+
* CoreWebView2ExperimentalCompositionController Class
253+
* CoreWebView2ExperimentalCompositionController.DragStarting Event
254+
255+
* CoreWebView2ExperimentalCompositionControllerInterop Class
256+
* CoreWebView2ExperimentalCompositionControllerInterop.DragStarting Event
257+
258+
* CoreWebView2ExperimentalDragStartingEventArgs Class
259+
* CoreWebView2ExperimentalDragStartingEventArgs.AllowedDropEffects Property
260+
* CoreWebView2ExperimentalDragStartingEventArgs.Data Property
261+
* CoreWebView2ExperimentalDragStartingEventArgs.Handled Property
262+
* CoreWebView2ExperimentalDragStartingEventArgs.Position Property
263+
* CoreWebView2ExperimentalDragStartingEventArgs.GetDeferral Method
264+
217265
##### [Win32/C++](#tab/win32cpp)
218266

219267
* [ICoreWebView2ExperimentalCompositionController6](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalcompositioncontroller6?view=webview2-1.0.3079-prerelease&preserve-view=true)

0 commit comments

Comments
 (0)