Property CommitOnSelectionChange

Namespace TallComponents.PDF.Forms.Fields
Class DropDownListField

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.

Setting this property is supported in classic PDF documents only.

Syntax

public  Boolean  CommitOnSelectionChange  {  get;  set;  }

Property value

Boolean