[]
In the last step, you added a C1TaskbarButton to the form, but it doesn't really do much at this point. You can do several things with it; you can add a progress indicator to it, create a jump list to it, or add a thumbnail toolbar to it. In this section of the quick start, we're going to add a jump list with jump links and jump tasks.
Complete the following steps:
Click c1TaskbarButton1's smart tag to open the C1TaskbarButton Tasks List, and then click Edit JumpItems.
The C1JumpList.Items Collection Editor opens.
Click the Add drop-down arrow and select C1JumpLink from the list. In the properties grid, set the following properties:
Now click the Duplicate the selected item button to duplicate the jump link, and then change the following properties in the properties grid:
Click OK to close the collection editor.
Click c1TaskbarButton1's smart tag to open the C1TaskbarButton Tasks List, and then click Edit Jump Tasks.
The C1JumpList.Task Collection Editor opens.
Click Add to add a C1JumpTask to the jump list. Set the following properties.
Click OK to close the collection editor.
In this step, you added two jump links and two jump tasks to the jump list. In the next step, you'll learn how to apply changes to the jump list and how to clear the jump list.