ComponentOne Windows 7 Control Pack for WinForms
JumpItemRejectionReason Enumeration



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace : JumpItemRejectionReason Enumeration
Describes why a C1JumpItem could not be added to the Jump List by the Windows shell.
Syntax
Public Enum JumpItemRejectionReason 
   Inherits System.Enum
Dim instance As JumpItemRejectionReason
public enum JumpItemRejectionReason : System.Enum 
public enum class JumpItemRejectionReason : public System.Enum 
Members
MemberDescription
CustomCategoriesDisabledCustom categories cannot be added while recent documents tracking is turned off.
InvalidItemThe C1JumpItem contains incorrect data, for example, references an invalid file path or has no title.
NoCustomCategoryThe C1JumpItem.CustomCategory was not specified.
NoRegisteredHandlerThe application is not registered to handle the file name extension of the C1JumpItem.
RemovedByUserThe item was previously in the Jump List but was removed by the user.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Win7Pack.JumpItemRejectionReason

See Also

Reference

C1.Win.C1Win7Pack Namespace