Controls the moment that the selected value is committed to the field. If true, the field value is updated at the moment that a user changes the selection. If false, the value is updated when the field looses focus.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool CommitOnSelectionChange { get; set; }
Visual Basic
Public Property CommitOnSelectionChange As Boolean
	Get
	Set

Remarks

Setting this property is supported in classic PDF documents only.

See Also