Sets a value indicating whether the items in the choice are sorted.
Parameters
sorted
true if the choice is sorted; otherwise, false. The default is false.
Remarks
This property specifies whether the choice sorts existing entries and add new entries to the appropriate sorted position in the list. You can use this property to automatically sort items in a choice. As items are added to a sorted choice, the items are moved to the appropriate location in the sorted list. When you set the property to false, new items are added to the end of the existing list. The sort is case-insensitive and in alphabetically ascending order.