Checked Nodes CollectionCheck State Of Method
Get the check state of the specified item from the tree view
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 NodeCheckState CheckStateOf(
int index
)VB
Public Function CheckStateOf (
index As Integer
) As NodeCheckStateC++
public:
NodeCheckState CheckStateOf(
int index
)F#
member CheckStateOf :
index : int -> NodeCheckState Parameters
- index Int32
- The index of the item in this collection
Return Value
NodeCheckStateThe check state of the checked item from the checkbox list