ElementHost.WndProc(Message) 方法

定义

处理Windows消息。

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

要处理的消息。

注解

有关该方法 WndProc 的详细信息,请参阅 Control.WndProc

适用于