CheckedListBox.getCheckOnClick

Overview | Methods | This Package | All Packages

CheckedListBox.getCheckOnClick

Retrieves 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 boolean getCheckOnClick()

Return Value

Returns true if a single click both selects the item and toggles its check box; returns false if one click is required to select the item and a second click is required to toggle its check box.

See Also   setCheckOnClick