private void CheckAllBuffs_Click(object sender, EventArgs e) { for (int i = 0; i < Buffs.Items.Count; i++) { Buffs.SetItemChecked(i, true); } }