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




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ListBox Class : Sort Property
Gets or sets a value indicating whether the list of options is stored in alphabetical order.
Syntax
'Declaration
 
Public Property Sort As Boolean
 
'Usage
 
Dim instance As ListBox
Dim value As Boolean
 
instance.Sort = value
 
value = instance.Sort

Property Value

Whether the list of options is stored in alphabetical order.
See Also

Reference

ListBox Class
ListBox Members