ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpList Class / RemoveFromKnownCategories Method
The C1JumpPath or C1JumpLink that represents the destination to remove.

In This Topic
    RemoveFromKnownCategories Method
    In This Topic
    Removes a single C1JumpPath or C1JumpLink from the Recent and Frequent categories in a Jump List.
    Syntax
    'Declaration
     
    
    Public Sub RemoveFromKnownCategories( _
       ByVal jumpItem As C1JumpItem _
    ) 
    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