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

Which of the following is NOT a type of Malware?

A. Worm B. Virus C. Trojan horse D. Denial-of-service attack

Computer Science & Information Technology

Which of the following statements is false?

a. InputStream and OutputStream are abstract classes for performing byte-based I/O. b. Tubes are synchronized communication channels between threads. c. A filter stream provides additional functionality, such as aggregating data bytes into meaningful primitive-type units. FilterInputStream and FilterOutputStream are typically extended, so some of their filtering capabilities are provided by their concrete subclasses. d. A PrintStream performs text output. System.out and System.err are PrintStreams.

Computer Science & Information Technology