Control::OnNotifyMessage Method
Notifies the control of Windows messages.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The OnNotifyMessage method is called if the control's EnableNotifyMessage style bit is set in ControlStyles. The EnableNotifyMessage style in ControlStyles enables the control to be notified when the WndProc method receives a Windows message. With this method, semi-trusted controls can listen for Windows messages without enabling them to modify the message.
Notes to InheritorsWhen overriding OnNotifyMessage in a derived class, calling the base class's OnNotifyMessage method is not necessary because there is no initial implementation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.