WebBrowserBase.WndProc(Message) 方法

定義

這個成員會覆寫 WndProc(Message)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

m
Message

要處理的 Windows Message

備註

某些訊息會直接轉寄至ActiveX控制項,其他訊息會先由 Control 的 wndproc 處理

適用於