Form.ProcessKeyPreview Method (Message)
.NET Framework (current version)
Previews a keyboard message.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>] override ProcessKeyPreview : m:Message byref -> bool
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: