CheckedItemsCollectionCheckStateOf Method
Get the check state of the specified item from the checkbox list
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public CheckState CheckStateOf(
int index
)
Public Function CheckStateOf (
index As Integer
) As CheckState
public:
CheckState CheckStateOf(
int index
)
member CheckStateOf :
index : int -> CheckState
- index Int32
- The index of the item in this collection
CheckStateThe check state of the checked item from the checkbox list