Question: he code below does what? private void Form1 Load(object sender, EventArgs e) Sorts items in a list box at design time. Istltems.Items.Add(Spark plugs) Istltems.ltems.Add(Battery): Istltems.ltems.Ad(Coolant);

he code below does what? private void Form1 Load(object sender, EventArgs e) Sorts items in a list box at design time. Istltems.Items.Add("Spark plugs") Istltems.ltems.Add("Battery"): Istltems.ltems.Ad("Coolant"); Istltems.ltems.Add("Wiper Blades"); Istltems.ltems.Add("Hand Cleaner"); Istltems.ltems.Add("Alternator Belt"); Istltems.ltems.Add("Radiator Hose") Adds items to a list box at design time. Adds items to a list box at run time. Adds items to the list box AFTER the form is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
