JavaScript
A5.ListBoxfocus Method
Syntax
A5.ListBox.focus()
Description
Give focus to the A5.ListBox.
Example
// To get a pointer to the A5.ListBox class see {dialog.object}.getControl // assume lObj is a pointer to an instance of the A5.ListBox class lObj.focus(); // give focus to the list