CoreWebView2Controller.NotifyParentWindowPositionChanged Method

Definition

Tells WebView that the main WebView parent (or any ancestor) HWND moved.

public void NotifyParentWindowPositionChanged ();
member this.NotifyParentWindowPositionChanged : unit -> unit
Public Sub NotifyParentWindowPositionChanged ()

Remarks

This is a notification separate from Bounds. This is needed for accessibility and certain dialogs in WebView to work correctly.

Applies to