Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft