CheckBoxListGetItemCheckState(Int32) Method
Returns a value indicating the current check state of the item
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CheckState GetItemCheckState(
int index
)
Public Function GetItemCheckState (
index As Integer
) As CheckState
public:
CheckState GetItemCheckState(
int index
)
member GetItemCheckState :
index : int -> CheckState
- index Int32
- The index of the item to examine
CheckStateThe current check state of the specified item