alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PopupCloseType

    Specifies the way in which a popup was closed.

    Inheritance
    System.Object
    PopupCloseType
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class PopupCloseType : Enum
    Remarks

    This information is usually provided in a PopupControlContainer's CloseUp event. You can use it to determine, in some cases, whether or not to use the updated data in a popup.

    Fields

    Canceled

    The user canceled the popup and expects the changes, if any, to be ignored.

    Declaration
    public const PopupCloseType Canceled
    Field Value
    Type
    PopupCloseType

    Deactivated

    The popup was deactivated due to the user clicking in some other window, a different application getting focus, etc.

    Declaration
    public const PopupCloseType Deactivated
    Field Value
    Type
    PopupCloseType

    Done

    The user wants the changes made in the popup to be applied.

    Declaration
    public const PopupCloseType Done
    Field Value
    Type
    PopupCloseType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved