DataGridTextBox.ProcessKeyMessage(Message) Method

Definition

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

protected public:
 override bool ProcessKeyMessage(System::Windows::Forms::Message % m);
protected internal override bool ProcessKeyMessage (ref System.Windows.Forms.Message m);
override this.ProcessKeyMessage : Message -> bool
Protected Friend Overrides Function ProcessKeyMessage (ByRef m As Message) As Boolean

Parameters

m
Message

A Message, passed by reference, that contains the key data.

Returns

true if the key is consumed, false to if the key is further processed.

Remarks

This method is called when a control receives a keyboard message.

Applies to