Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether a check box appears next to each item in the list view control.
Syntax
public void setCheckBoxes( boolean flag )
Parameters
flag
Set to true if a check box appears next to each item in the list view control; otherwise, set to false. The default value is false.
See Also getCheckBoxes