ImageGear .NET - Updated August 31, 2018
Sort Property (ComboBox)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > ComboBox 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 ComboBox
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

ComboBox Class
ComboBox Members