Next we are going to add an image to the C1Image control.
- Select the C1Image control and in the Visual Studio Properties window, click the ellipsis button next to the C1Image.Source property. The Choose Image dialog box opens.
- Click the Add button.
- In the Open dialog box, browse to find an image. It can be a .gif (animated or still), .jpg, .jpeg, or .png.
- Select the image and click Open.
- Click OK.
In the next step you will run the application.