CoreWebView2Controller.NotifyParentWindowPositionChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.