ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpList Class / AddToRecentCategory Method / AddToRecentCategory(C1JumpItem) Method
The C1JumpPath or C1JumpLink to add to the Jump List.

In This Topic
    AddToRecentCategory(C1JumpItem) Method
    In This Topic
    Adds the specified C1JumpPath or C1JumpLink to the Recent category of the Jump List.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddToRecentCategory( _
       ByVal jumpItem As C1JumpItem _
    ) 
    public void AddToRecentCategory( 
       C1JumpItem jumpItem
    )

    Parameters

    jumpItem
    The C1JumpPath or C1JumpLink to add to the Jump List.
    Remarks
    The contents of the Recent category are managed by the Windows shell. If your application is not registered to handle the file type of the item, it will not appear in the Recent list and calls to AddToRecentCategory(C1JumpPath) will fail silently.
    See Also