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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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