DataGridView::WndProc Method (Message%)

 

Processes window messages.

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

protected:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual void WndProc(
	Message% m
) override

Parameters

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

A Message, passed by reference, that represents the window message to process.

For more information, see the Control::WndProc method on the base class.

SecurityPermission

for calling unmanaged code. Demand value: LinkDemand. Permission value: UnmanagedCode

.NET Framework
Available since 2.0
Return to top
Show: