Table of Contents

Method ProcessDialogKey

Namespace
Bonsai.Dsp.Design
Assembly
Bonsai.Dsp.Design.dll

ProcessDialogKey(Keys)

Processes a dialog key.

protected override bool ProcessDialogKey(Keys keyData)

Parameters

keyData Keys

One of the Keys values that represents the key to process.

Returns

bool

true if the key was processed by the control; otherwise, false.