[]
Represents a list of items and tasks displayed as a menu on a Windows 7 taskbar button.
public class C1JumpList
| Name | Description |
|---|---|
| Items | Gets the collection of C1JumpItem objects that are displayed in the Jump List. |
| KnownCategory | Gets or sets the type of a known category to display. |
| KnownCategoryPosition | Gets or sets the known category location relative to the custom category collection. |
| MaxSlots | Gets the maximum number of items that will be shown in the Jump List. |
| Modified | Gets the value that indicates whether the Jump List was modified since the last call to the Apply() method. |
| Owner | Gets the owner C1TaskbarButton. |
| RefreshOnStartup | Gets or sets a value that indicates whether the Jump List should be refreshed when the program starts up. |
| Tasks | Gets the collection of shortcuts (tasks) in the taskbar Jump List. |
| Name | Description |
|---|---|
| AddToRecentCategory(C1JumpItem) | Adds the specified C1JumpPath or C1JumpLink to the Recent category of the Jump List. |
| AddToRecentCategory(string) | Adds the specified file path to the Recent category of the Jump List. |
| Apply() | Applies the pending Jump List changes and refreshes the taskbar. |
| ClearKnownCategories() | Clears all destination entries from the Recent and Frequent categories in an application's Jump List. |
| ClearTasksAndCustomCategories() | Deletes a custom Jump List for the current application. |
| GetKnownCategoryItems(JumpListKnownCategory) | Retrieves the destinations listed in the Recent or Frequent category in a Jump List. |
| RemoveFromKnownCategories(C1JumpItem) | Removes a single C1JumpPath or C1JumpLink from the Recent and Frequent categories in a Jump List. |
| ShouldSerializeItems() | |
| ShouldSerializeTasks() |