ImageGear .NET v25.0 - Updated
Sort Property (ListBox)




ImageGear.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
public bool Sort {get; set;}
public: __property bool get_Sort();
public: __property void set_Sort( 
   bool value
);
public:
property bool Sort {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ListBox Class
ListBox Members