Skip to main content

SplashFormBase.ShowDialog() Method

Displays the current form as a modal dialog box.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v23.2.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