PdfFormListBoxCommitOnSelectionChanged Property
Indicates if a new value selected is committed immediately without waiting to leave the field. This property is false by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool CommitOnSelectionChanged { get; set; }
Public Property CommitOnSelectionChanged As Boolean
Get
Set
public:
property bool CommitOnSelectionChanged {
bool get ();
void set (bool value);
}
member CommitOnSelectionChanged : bool with get, set
Property Value
Boolean