CheckBoxListGetItemChecked(Object) Method

Returns a value indicating whether the item with the specified value is checked

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool GetItemChecked(
	Object key
)

Parameters

key  Object
The item to examine in the data source. The ValueMember is searched for this value.

Return Value

Boolean
True if the item is checked, false if it is not

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the value is not found in the collection.

See Also