Check Box ListGet Item Check State(Int 32) Method
Returns a value indicating the current check state of the item
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(
int index
)VB
Public Function GetItemCheckState (
index As Integer
) As CheckStateC++
public:
CheckState GetItemCheckState(
int index
)F#
member GetItemCheckState :
index : int -> CheckState Parameters
- index Int32
- The index of the item to examine
Return Value
CheckStateThe current check state of the specified item
Exceptions
| ArgumentOutOfRangeException | This is thrown if the index value is not within the bounds of the item collection. |