DataGridTextBox.ProcessKeyMessage(Message) Method
Neste artigo
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
Applies to
Produto | Versões |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: