The actions executed when a mouse/pointing device goes up.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public ActionCollection MouseUpActions { get; }
Visual Basic
Public ReadOnly Property MouseUpActions As ActionCollection
	Get

Remarks

This property is supported in classic PDF documents only.

In Xfa documents this property returns a readonly collection.

See Also