 | PdfChoiceFieldCommitOnSelChange Property |
Gets or sets a flag indicating whether the new value is committed as soon as a selection is made with the pointing device.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool CommitOnSelChange { get; set; }Public Property CommitOnSelChange As Boolean
Get
Set
public:
property bool CommitOnSelChange {
bool get ();
void set (bool value);
}member CommitOnSelChange : bool with get, set
/** @property */
public boolean get_CommitOnSelChange()
/** @property */
public void set_CommitOnSelChange(boolean value)
function get_CommitOnSelChange();
function set_CommitOnSelChange(value);
Property Value
Boolean
If true, 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 false, the new value is not committed until the user exits the field.
See Also