Checked Items CollectionCheck State Of Method
Get the check state of the specified item from the checkbox list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The check state of the checked item from the checkbox list
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CheckState CheckStateOf(
int index
)VB
Public Function CheckStateOf (
index As Integer
) As CheckStateC++
public:
CheckState CheckStateOf(
int index
)F#
member CheckStateOf :
index : int -> CheckState Parameters
- index Int32
- The index of the item in this collection
Return Value
CheckStateThe check state of the checked item from the checkbox list