संपादन करना

के माध्यम से साझा करें


WebBrowserBase.WndProc(Message) Method

Definition

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

m
Message

The windows Message to process.

Remarks

Certain messages are forwarder directly to the ActiveX control, others are first processed by the wndproc of Control

Applies to