ComponentOne Windows 7 Control Pack for WinForms
RemoveFromKnownCategories Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class : RemoveFromKnownCategories Method
The C1JumpPath or C1JumpLink that represents the destination to remove.
Removes a single C1JumpPath or C1JumpLink from the Recent and Frequent categories in a Jump List.
Syntax
Public Sub RemoveFromKnownCategories( _
   ByVal jumpItem As C1JumpItem _
) 
Dim instance As C1JumpList
Dim jumpItem As C1JumpItem
 
instance.RemoveFromKnownCategories(jumpItem)
public void RemoveFromKnownCategories( 
   C1JumpItem jumpItem
)
public:
void RemoveFromKnownCategories( 
   C1JumpItem^ jumpItem
) 

Parameters

jumpItem
The C1JumpPath or C1JumpLink that represents the destination to remove.
Remarks
If the item is pinned to the list by the user, it is not removed but its usage data is cleared.
See Also

Reference

C1JumpList Class
C1JumpList Members