Table of Contents

Method ProcessKeyMsg

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

ProcessKeyMsg(ref Message)

When implemented by a class, processes a keyboard message.

bool ProcessKeyMsg(ref Message msg)

Parameters

msg Message

A Message, passed by reference, that represents the window message to process.

Returns

bool

True if the message was processed by the control; otherwise, false.