The ListBox component in the Flash authoring environment provides drag-and-drop functionality for adding scrollable single-selection and multiple-selection list boxes to Flash documents; it also provides a user interface for setting basic parameters. The methods of the FListBox component allow you to control list boxes at runtime: you can create list boxes, control list boxes created in authoring, set or override basic parameters, and set additional runtime options. You do not need to use a constructor to access the methods of components.
Component methods do not perform error checking for type, as do other native ActionScript objects and actions; therefore, it is recommended that you validate parameters before passing them to methods.
The ListBox component is supported by Flash Player 6 and later versions of the Flash Player.
For information on using the ListBox component, setting parameters during authoring, and changing the color and appearance of components, see "Customizing component colors and text" and "Customizing component skins" in the "Using Components" chapter of Using Flash.