alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class SplashCloseType

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

    Inheritance
    System.Object
    SplashCloseType
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class SplashCloseType : Enum
    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

    Canceled

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

    Declaration
    public const SplashCloseType Canceled
    Field Value
    Type
    SplashCloseType

    Done

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

    Declaration
    public const SplashCloseType Done
    Field Value
    Type
    SplashCloseType

    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.

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