System.Windows.Forms.PrintPreviewDialog.ProcessDialogKey Method

Determines whether a key should be processed further.

Syntax

protected override bool ProcessDialogKey (Keys keyData)

Parameters

keyData
One of the System.Windows.Forms.Keys values.

Returns

true to indicate the key should be processed; otherwise, false.

Remarks

The Keys.Up, Keys.Down, Keys.Right, and Keys.Left key values will return false; otherwise, processing is passed to the base class's Form.ProcessDialogKey(Keys) method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0