DataGridTextBox::ProcessKeyMessage Method (Message%)

 
Use BaseTrue

Indicates whether the key pressed is processed further (for example, to navigate, or escape). This property is read-only.

Namespace:   System.Windows.Forms
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::Boolean

true 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
Return to top
Show: