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
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