Method GetItemChecked
GetItemChecked(int)
Determines whether the item at the specified index is checked.
public virtual bool GetItemChecked(int index)
Parameters
indexintThe zero-based index of the item to check.
Determines whether the item at the specified index is checked.
public virtual bool GetItemChecked(int index)
index intThe zero-based index of the item to check.