CheckBoxListGetItemCheckState(Object) Method

Returns a value indicating the current check state of the item with the specified value

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CheckState GetItemCheckState(
	Object key
)

Parameters

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

Return Value

CheckState
The current check state of the specified item

Exceptions

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

See Also