ControlDesigner.BaseWndProc(Message) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理 Windows 消息。
protected:
void BaseWndProc(System::Windows::Forms::Message % m);
protected void BaseWndProc (ref System.Windows.Forms.Message m);
member this.BaseWndProc : Message -> unit
Protected Sub BaseWndProc (ByRef m As Message)
参数
注解
此方法导致消息由Windows处理,跳过控件。 如果想要阻止消息进入控件,但不希望阻止它进入Windows本身,因为它可能导致生成其他消息,这非常有用。