ListBox Class
This class displays a list box.
The ListBox class works in tandem with the ListItem class.
To set the data to be displayed as choices, you need to place an object of ListItem or its derived class in the structure defined under the ListBox object.
Object Structure
Screen Display Example
Printer output by Doc class
The selected character string is highlighted, and the non-selected character string is displayed normally.
Default properties and ValueType
The default property is Value. The ValueType specification is invalid.
Restrictions when visual style is enabled
Nothing in particular.
Precautions when scaling
Nothing in particular.
