Sets a value indicating how many items in the list box a user can select at one time and how the user can make multiple selections.
public void setSelectionMode( int value )
value
A value that indicates the kinds of selections the user can make in the list box. Possible values are constants defined in the SelectionMode class. The default value is SelectionMode.ONE.
WFCInvalidEnumException thrown if the specified value is not a valid SelectionMode constant.
See Also getSelectionMode