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.setCheckOnClick
Sets a boolean value indicating whether clicking an item in the list both selects the item and toggles the state of its check box or whether one click selects the item and a second click toggles the check box state.
Syntax
public final void setCheckOnClick( boolean value )
Parameters
value
Set to true if a single click both selects the item and toggles its check box; set to false if one click is required to select the item and a second click is required to toggle its check box. The default value is false.
See Also getCheckOnClick