AxHost wndProc. All messages are sent to wndProc after getting filtered through the preProcessMessage function. Certain messages are forwarder directly to the ActiveX control, others are first processed by the wndProc of Control
[Visual Basic] Overrides Protected Sub WndProc( _ ByRef m As Message _ ) [C#] protected override void WndProc( ref Message m ); [C++] protected: override void WndProc( Message** m ); [JScript] protected override function WndProc( m : Message );
AxHost Class | AxHost Members | System.WinForms Namespace | Control.wndProc