ComponentOne Windows 7 Control Pack for WinForms
AddToRecentCategory(C1JumpItem) Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class > AddToRecentCategory Method : AddToRecentCategory(C1JumpItem) Method
The C1JumpPath or C1JumpLink to add to the Jump List.
Adds the specified C1JumpPath or C1JumpLink to the Recent category of the Jump List.
Syntax
Public Overloads Sub AddToRecentCategory( _
   ByVal jumpItem As C1JumpItem _
) 
Dim instance As C1JumpList
Dim jumpItem As C1JumpItem
 
instance.AddToRecentCategory(jumpItem)
public void AddToRecentCategory( 
   C1JumpItem jumpItem
)
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

Reference

C1JumpList Class
C1JumpList Members
Overload List