Sorted
This property determines whether the items in a combo or list box are sorted alphabetically.
Usage |
oObject.Sorted = lSortThem lSortThem = oObject.Sorted |
Example |
lstFlavors.RowSourceType = 1 && explicit list lstFlavors.RowSource = "Chocolate,Vanilla,Strawberry," + ; "Butter Pecan,Cherry Vanilla,Coffee" lstFlavors.Sorted = .T. |
See Also |
AddItem, AddListItem, ComboBox, ListBox, ListIndex, ListItemId, RemoveItem, RemoveListItem, RowSource, RowSourceType |