Back to Devexpress

SplashScreenManager.Close(Boolean) Method

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanager-dot-close-x28-system-dot-boolean-x29.md

latest2.2 KB
Original Source

SplashScreenManager.Close(Boolean) Method

Closes the splash screen.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void Close(
    bool force = false
)
vb
Public Sub Close(
    force As Boolean = False
)

Optional Parameters

NameTypeDefaultDescription
forceBooleanFalse

true, to close the splash screen ignoring the minDuration parameter of the Show method; otherwise, false.

|

Remarks

The CloseAll method allows you to close all active splash screens.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Close(Boolean) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-spreadsheet-create-custom-progress-indicator/VB/WpfSpreadsheetProgressSample/MainWindow.xaml.vb#L44

vb
' Close the splash screen.
splashScreenManager?.Close()
splashScreenManager = Nothing

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.Xpf.Core Namespace