Excalibur Software PropertyList 3.0
ListItemsProperty ListItems As Variant
Description
Returns/sets a Variant array of dropdown choices for
ExPropCustomList items. These choices will be displayed
in the item's dropdown listbox for the user to select
a value from.
Usage Example
PropertyList1.Properties.Item("Appearance").ListItems = Array("0 - Flat", "1 - 3D")
Remarks
If this property is Null (default), a
NeedData event will
be fired to retrieve a list of choices to be displayed for
that item.