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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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