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. |