You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A Boolean property that controls whether multiple selections are allowed in the list box. If multiple selections are allowed, the multiSelectListname and multiSelectCodefield properties must be specified. Note that only a listbox is capable of multiple selections. If size is 1, this property will be ignored.

Default value

false() – only a single selection may be made in the list box.

Valid values

true(), false(), or a valid expression that returns True or False.

  • No labels