Sets a value indicating whether the user can select items in the list box.
public final void setSelectionMode( int value )
value
A value indicating whether the user can select items in the list box. Possible values are SelectionMode.ONE and SelectionMode.NONE. The default value is SelectionMode.ONE .
WFCInvalidEnumException thrown if the specified value is not either SelectionMode.ONE or SelectionMode.NONE.