ComponentOne Windows 7 Control Pack for WinForms
ClearKnownCategories Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class : ClearKnownCategories Method
Clears all destination entries from the Recent and Frequent categories in an application's Jump List.
Syntax
Public Sub ClearKnownCategories() 
Dim instance As C1JumpList
 
instance.ClearKnownCategories()
public void ClearKnownCategories()
public:
void ClearKnownCategories(); 
Remarks
This method does not remove items that the user has pinned to the Jump List. Those items cannot be removed programmatically; only the user can remove them. However, it does remove usage data for those pinned items.
See Also

Reference

C1JumpList Class
C1JumpList Members