ImageGear .NET - Updated May 1, 2018
CommitOnSelectionChange Property (ListBox)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ListBox Class : CommitOnSelectionChange Property
Gets or sets a value indicating whether the new value is submitted as soon as the selection is changed, rather than waiting until the user exits the field.
Syntax
'Declaration
 
Public Property CommitOnSelectionChange As Boolean
 
'Usage
 
Dim instance As ListBox
Dim value As Boolean
 
instance.CommitOnSelectionChange = value
 
value = instance.CommitOnSelectionChange

Property Value

Whether the new value is submitted as soon as the selection is changed, rather than waiting until the user exits the field.
See Also

Reference

ListBox Class
ListBox Members