Retrieves 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 final int getSelectionMode()
Returns a value that indicates the kinds of selections the user can make in the list box. Possible return values are constants defined in the SelectionMode class.
See Also setSelectionMode