[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
<oListBox>:select(<nPosition>) --> self
<nPosition> is a numeric value that indicates the position in the
list of the item to select.
select() is a method of the ListBox class that is used for changing
the selected item in a list. Its state is typically changed when one
of the arrow keys is pressed or the mouse's left button is pressed
when its cursor is within the ListBox object's screen region. If
necessary, select() will call its display() method to ensure that the
newly selected item is visible.
Note: When present, the scroll bar is automatically updated to
reflect the new first visible item in the list when the call to
ListBox:select() causes the list to be scrolled.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson