Gets or sets a value indicating whether the list of options is stored in alphabetical order.
NOTE: ImageGear .NET does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes.
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