ImageGear .NET - Updated March 30, 2018
MultiSelect Property (ListBox)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ListBox Class : MultiSelect Property
Gets or sets a value indicating whether multiple options can be selected.
Syntax
'Declaration
 
Public Property MultiSelect As Boolean
 
'Usage
 
Dim instance As ListBox
Dim value As Boolean
 
instance.MultiSelect = value
 
value = instance.MultiSelect

Property Value

Whether multiple options can be selected.
See Also

Reference

ListBox Class
ListBox Members