class ListBox
Base class:
WinBase Inherited classes: Empty
Description: represents a list box in a graphic window
- Fields:
- selected: Selected item index in this list box
- Methods:
- add(): Adds an item to the list box
- remove(): Removes the item in the given index from the list box
- Events:
- Empty
Back to Mama reference