menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum JumpItemRejectionReason - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum JumpItemRejectionReason

    The list of possible reasons why a JumpItem would be rejected from a JumpList when applied.

    Namespace: Syncfusion.Windows
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public enum JumpItemRejectionReason

    Fields

    Name Description
    InvalidItem

    The item was rejected because it was invalid for a jump list. E.g. the file path didn't exist.

    None

    Unknown reason. This should not be used.

    NoRegisteredHandler

    The item was rejected because the program was not registered to handle the file extension.

    RemovedByUser

    The item was rejected because the user had explicitly removed it since the last time a JumpList was applied.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved