Table of Contents

Method PreProcessMessage

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

PreProcessMessage(ref Message)

Preprocesses input messages within the message loop before they are dispatched.

public override bool PreProcessMessage(ref Message msg)

Parameters

msg Message

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

Returns

bool

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