Invoked when the end key is pressed for this field.

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 virtual void OnCursorEnd(
	bool ctrl,
	bool shift
)
Visual Basic
Protected Overridable Sub OnCursorEnd ( _
	ctrl As Boolean, _
	shift As Boolean _
)

Parameters

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

See Also