Table of Contents

Method ProcessKeyMsg

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

ProcessKeyMsg(ref Message)

Processes a keyboard message.

public virtual 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.