WinForms

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

    Show / Hide Table of Contents

    Enum CalculatorCloseType

    Specifies the way in which a popup calculator was closed.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum CalculatorCloseType
    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

    Name Description
    Canceled

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

    Deactivated

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

    Done

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

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