advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
List Box Control Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Usage Notes
   ■ Setting the Sorted property to True (-1) displays the list in
     alphabetical order. See Sorted property
 
   ■ You can add or delete items in a list with the ADDITEM or REMOVEITEM
     method. See: ADDITEM Method  REMOVEITEM Method
 
   ■ Use the List, ListCount, and ListIndex properties to access items
     displayed in the list box at run time.
     See: List Property  ListCount Property  ListIndex Property
 
   ■ The minimum size of a list box is 4 x 5; dimensions correspond to the
     Height and Width property settings. Specified settings that are less
     than the minimum value are set to the minimum value.
     See: Height Property  Width Property