Invoked when the right arrow key was pressed.

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

Syntax

C#
protected override void OnCursorRight(
	bool ctrl,
	bool shift
)
Visual Basic
Protected Overrides Sub OnCursorRight ( _
	ctrl As Boolean, _
	shift As Boolean _
)

Parameters

ctrl
Type: System..::..Boolean
Whether ctrl is down.
shift
Type: System..::..Boolean
Whether shift is down.

See Also