Check Box ListSet Item Checked(Int 32, Boolean) Method
Sets the check state of the item at the specified index to Checked or Unchecked
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 void SetItemChecked(
int index,
bool check
)VB
Public Sub SetItemChecked (
index As Integer,
check As Boolean
)C++
public:
void SetItemChecked(
int index,
bool check
)F#
member SetItemChecked :
index : int *
check : bool -> unit Parameters
Exceptions
| ArgumentOutOfRangeException | This is thrown if the index value is not within the bounds of the item collection. |