Check Box ListGet Item Check State(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.31.0
The current check state of the specified item
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CheckState GetItemCheckState(
Object key
)VB
Public Function GetItemCheckState (
key As Object
) As CheckStateC++
public:
CheckState GetItemCheckState(
Object^ key
)F#
member GetItemCheckState :
key : Object -> CheckState Parameters
- key Object
- The item in the data source to examine. The ValueMember is searched for this value.
Return Value
CheckStateThe current check state of the specified item
Exceptions
| ArgumentOutOfRangeException | This is thrown if the value is not found in the collection. |