Example/2: Design the following form using suitable properties. Write code to change the Backcolor of Label1 to red when clicking command1, change the Backcolor of Label2 to green when clicking command2, and change the Backcolor of Label3 to yellow when clicking command3. Use the codes (Label1.BackColor = vbRed), (Label2.BackColor = vbGreen), (Label3.BackColor = vbYellow).