This override will handle page-up and page-down keys if not already done so by the base class. It will increase or decrease the current page depending on the key that was pressed.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected override void OnKeyDown(
	KeyEventArgs e
)
Visual Basic
Protected Overrides Sub OnKeyDown ( _
	e As KeyEventArgs _
)

Parameters

e
Type: System.Windows.Forms..::..KeyEventArgs

[Missing <param name="e"/> documentation for "M:TallComponents.Interaction.WinForms.Controls.PagesViewer.OnKeyDown(System.Windows.Forms.KeyEventArgs)"]

See Also