Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
CheckedListBox.setSelectionMode
Sets a value indicating whether the user can select items in the list box.
Syntax
public final void setSelectionMode( int value )
Parameters
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 .
Exceptions
WFCInvalidEnumException thrown if the specified value is not either SelectionMode.ONE or SelectionMode.NONE.