WinForms

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

    Show / Hide Table of Contents

    Enum SplashCloseType

    Specifies the way in which a splash control container was closed.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum SplashCloseType
    Remarks

    Signifies the mode in which the splash control container was closed. This can be interpreted by the parent of the splash control container.

    Fields

    Name Description
    Canceled

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

    Done

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

    TimedOut

    The popup was deactivated because it was displayed for the specified time. This should be considered to be equivalent to the Done type as the user may want some changes saved.

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