Список

listBox1.Items.Add("Торт");

listBox1.Items.RemoveAt(5);

listBox1.Items.Clear();

listBox1.SelectedIndex

listBox1.Items[listBox1.SelectedIndex].ToString();

listBox1.Items.Count

listBox1.Items[4].BackColor = Color.Red;