Invoked as a result of a mouse up platform event.

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

Syntax

C#
protected override void OnMouseUp(
	MouseEventArgs args
)
Visual Basic
Protected Overrides Sub OnMouseUp ( _
	args As MouseEventArgs _
)

Remarks

This will set the appearance of the annotation to its "Normal" appearance.

See Also