WindowPane::PreProcessMessage Method (Message)
Visual Studio 2015
Preprocesses the messages from navigation keys.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- m
-
Type:
System.Windows.Forms::Message
The Message.
This method is called to preprocess keyboard messages before Visual Studio handles them. The default implementation calls the PreProcessControlMessage method.
You may override this if your window pane is not based on Windows Forms.
Arguments and return values are the same as for Windows Forms; that is, return true if the message was handled, false if the default processing should occur.
Show: