Link Search Menu Expand Document

ChoiceFieldCommitOnSelChange Property

Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. This option enables applications to perform an action once a selection is made, without requiring the user to exit the field. If clear, the new value is not committed until the user exits the field.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public bool CommitOnSelChange { get; set; }

Property Value

Type: Boolean
See Also

Reference