ListBox.getSelectionMode

Overview | Methods | Fields | This Package | All Packages

ListBox.getSelectionMode

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.

Syntax

public final int getSelectionMode()

Return Value

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