SplitContainer::WndProc Method (Message%)
This API supports the product infrastructure and is not intended to be used directly from your code.
Processes Windows messages.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
All messages are sent to the WndProc method after getting filtered through the PreProcessMessage method.
The WndProc method corresponds exactly to the Windows WindowProc function. For more information about processing Windows messages, see the WindowProc function in the Platform SDK documentation at http://msdn.microsoft.com.
Notes to Inheritors:
Inheriting controls should call the base class's WndProc method to process any messages that they do not handle.
for inheriting classes to call unmanaged code or for the immediate caller to call unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode
Available since 2.0