List

Friendly Name List
API Name List
Type List of Strings as (Item0 Item1 ...)
Restrictions  
Get Function   (dcl-Control-GetList <CONTROL>)
Set Function   (dcl-Control-SetList <CONTROL> NewValue [as List of Strings])
Applies To Combo Box, Image Combo Box, List Box

This property contains a list of the text for each item in the list box.

In AutoLISP this property is a list of strings, for example ("Item0" "Item1" "Item2"). In OpenDCL Studio's property pane, enter the same items as one string with values separated by vertical bar (|) characters, for example Item0|Item1|Item2.