Form::ProcessKeyPreview Method (Message%)
.NET Framework (current version)
Previews a keyboard message.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual bool ProcessKeyPreview( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
A Message, passed by reference, that represents the window message to process.
Return Value
Type: System::Booleantrue if the message was processed by the control; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: