CheckBoxListGetItemCheckState(Object) Method
Returns a value indicating the current check state of the item with the specified value
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CheckState GetItemCheckState(
Object key
)
Public Function GetItemCheckState (
key As Object
) As CheckState
public:
CheckState GetItemCheckState(
Object^ key
)
member GetItemCheckState :
key : Object -> CheckState
- key Object
- The item in the data source to examine. The ValueMember
is searched for this value.
CheckStateThe current check state of the specified item