The actions executed when the widget recieves the input focus.

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

Syntax

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

Remarks

This property is supported in classic PDF documents only.

In Xfa documents this property returns a readonly collection.

See Also