ScrollableControlDesigner::WndProc Method (Message%)

 

Processes Windows messages and passes WM_HSCROLL and WM_VSCROLL messages to the control at design time.

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

protected:
virtual void WndProc(
	Message% m
) override

Parameters

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

The Message to process.

This override of the WndProc method passes any WM_HSCROLL and WM_VSCROLL messages to the control at design time. All messages are first passed to the base WndProc method.

.NET Framework
Available since 1.1
Return to top
Show: