Check Box ListChecked Indices Property
This property will return a collection containing the currently selected indices in the checkbox list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public CheckedIndicesCollection CheckedIndices { get; }VB
Public ReadOnly Property CheckedIndices As CheckedIndicesCollection
GetC++
public:
property CheckedIndicesCollection^ CheckedIndices {
CheckedIndicesCollection^ get ();
}F#
member CheckedIndices : CheckedIndicesCollection with getProperty Value
CheckedIndicesCollectionRemarks
The collection is read-only.