DataGridTextBox::ProcessKeyMessage Method (Message%)
.NET Framework (current version)
Indicates whether the key pressed is processed further (for example, to navigate, or escape). This property is read-only.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual bool ProcessKeyMessage( Message% m ) override
Parameters
- m
-
Type:
System.Windows.Forms::Message%
A Message, passed by reference, that contains the key data.
Return Value
Type: System::Booleantrue if the key is consumed, false to if the key is further processed.
This method is called when a control receives a keyboard message.
.NET Framework
Available since 1.1
Available since 1.1
Show: