Describe the Sorted property of a list box.

What will be an ideal response?


The Sorted property specifies whether the items in the list should appear in the order they are entered or in sorted order. When sorted, items in a list box appear in dictionary order based on their leftmost characters. This means that numbers appear before letters, and a lowercase letter appears before its uppercase equivalent.

Computer Science & Information Technology

You might also like to view...

Programs are normally stored in __________ and loaded into main memory as needed.

a. the input device b. the output device c. secondary storage d. the CPU e. None of these

Computer Science & Information Technology

In a binary file, each line ends with a newline character.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A view is updatable when it is derived from joining two base tables on the ____ of each table.

A. row-column B. foreign key C. primary key D. index

Computer Science & Information Technology

In the user-defined functions shown in the accompanying figure, the box labeled _____ indicates a function parameter.

A. ?A B. ?B C. ?C D. ?D

Computer Science & Information Technology