WorkflowView::WndProc Method (Message%)
.NET Framework (current version)
Processes Windows messages.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
protected: [UIPermissionAttribute(SecurityAction::Assert, Window = UIPermissionWindow::AllWindows)] virtual void WndProc( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
The Windows Message to process.
All messages are sent to the WndProc method.
The WndProc method corresponds exactly to the Windows WindowProc function. For more information about processing Windows messages, see the WindowProc function documentation in the Windows Platform SDK reference located in the MSDN library.
Notes to Inheritors:
Derived classes should call the base class WndProc method to process any messages not handled.
.NET Framework
Available since 3.0
Available since 3.0
Show: