WebBrowserBase.WndProc(Message) 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.
This member overrides WndProc(Message).
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
override void WndProc(System::Windows::Forms::Message % m);
protected override void WndProc (ref System.Windows.Forms.Message m);
override this.WndProc : Message -> unit
Protected Overrides Sub WndProc (ByRef m As Message)
Parameters
Remarks
Certain messages are forwarder directly to the ActiveX control, others are first processed by the wndproc of Control
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.