WebView2.WndProc(Message) Method

Definition

Overrides the base WndProc events to handle specific window messages.

protected override void WndProc (ref System.Windows.Forms.Message m);
override this.WndProc : Message -> unit
Protected Overrides Sub WndProc (ByRef m As Message)

Parameters

m
Message

The Message object containing the HWND window message and parameters

Applies to