Skip to main content
A newer version of this page is available. .

SplashFormBase.ShowDialog() Method

Displays the current form as a modal dialog box.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DialogResult ShowDialog()

Returns

Type Description
DialogResult

A DialogResult value that is the return value of the displayed dialog box

See Also