Jump list windows 8

broken image

Right-click the program button on the Windows taskbar and select the Pin this program to task bar item. To test this functionality, turn off the Visual Studio hosting process and launch the application. If you pin the application to the Windows taskbar, jump items are still available even when the application is not running.

broken image

Run the application and right-click the program button on the Windows taskbar. ImageSource GetJumpListIcon(string iconName). ('Opportunities', GetJumpListIcon('Modules/icon-nav-opportunities-32'), () => Show(Modules.Where(m => m.DocumentType = 'QuoteCollectionView').First())) ('Customers', GetJumpListIcon('Modules/icon-nav-customers-32'), () => Show(Modules.Where(m => m.DocumentType = 'CustomerCollectionView').First())) ('NewEmployee', GetJumpListIcon('icon-new-employee-16'), () => SignleObjectDocumentManagerService.ShowNewEntityDocument(this))

broken image

IApplicationJumpListService jumpListService = this.GetService()