[]
        
(Showing Draft Content)

C1.Framework.ListBoxElement.SetItemChecked

SetItemChecked Method

SetItemChecked(int, bool)

Sets CheckState for an item with the certain index.

Declaration
public void SetItemChecked(int index, bool check)
Public Sub SetItemChecked(index As Integer, check As Boolean)
Parameters
Type Name Description
int index
bool check