home *** CD-ROM | disk | FTP | other *** search
-
-
- Control Types:
- "MSList": Multiple Selection Listbox.
- "MCList": Multiple Column Listbox.
- "MSCList": Multiple Column, Multiple Selection Listbox.
-
-
- Methods:
- AddItem: Adds a string to the target listbox.
- RemoveItem: Removes a string from the target listbox.
-
- Properties:
- ListCount: Read-only at runtime, number of strings in listbox.
- ListIndex: Index of string to be manipulated.
- List:
-
- New items:
-
- CellWidth: Sets the pixel width of a multiple column listbox cell.
-
- MultCol.CellWidth = 60
- or
- cw = MultCol.CellWidth
-
-
- Update: Enables and disables automatic listbox updates.
-
- MultipleSel.Update = FALSE (TRUE)
-
-
-
- New events supported by controls:
-
- Click: Called when a listbox item is clicked on. For the multiple selection
- listboxes, Item is the number of selected items. For the single
- selection multi-column listbox, Item is the number of the listbox
- item clicked on.
-
- DblClk: Called when a listbox item is double-clicked on. For multiple
- selection listboxes, Item is the number of selected items. For the
- single selection multi-column listbox, Item is the number of the
- listbox item double-clicked on.
-
-
-
- This software is free for all to use given two conditions:
-
- 1. Credit be given where credit is due.
- 2. I'm not liable.
-
- The software is dated March, 1992 and is currently owned by Mark Gamber.
-
- Bugs, suggestions and whatnot may be sent E-Mail to PCA MarkG on America Online
- or to pcamarkg@aol.com through Internet.
-
-