ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemsRejectedEventArgs Class / RejectedItems Property

In This Topic
    RejectedItems Property
    In This Topic
    Gets the list of Jump List items that could not be added to the Jump List by the Windows shell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RejectedItems As IList(Of C1JumpItem)
    public IList<C1JumpItem> RejectedItems {get;}
    See Also