ControlDesigner::BaseWndProc Method (Message%)

 

Processes Windows messages.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
void BaseWndProc(
	Message% m
)

Parameters

m
Type: System.Windows.Forms::Message%

The Message to process.

This method causes the message to be processed by Windows, skipping the control. This is useful if you want to block the message from getting to the control, but you do not want to block it from getting to Windows itself because it can cause other messages to be generated.

.NET Framework
Available since 1.1
Return to top
Show: