MonthCalendar::DefWndProc Method (Message%)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Overrides the DefWndProc method.

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

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

Parameters

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

The Windows Message to process.

SecurityPermission

for calling unmanaged code. Associated enumeration: F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode

.NET Framework
Available since 4.6
Return to top
Show: