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

In This Topic
    RejectionReasons Property
    In This Topic
    Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RejectionReasons As IList(Of JumpItemRejectionReason)
    public IList<JumpItemRejectionReason> RejectionReasons {get;}
    See Also