Skip to main content
.NET 6.0+

WinWindow.ShowDialog() Method

Shows the WinWindow‘s WinWindow.Form as a modal dialog box with the currently active window set as its owner.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public DialogResult ShowDialog()

Returns

Type Description
DialogResult

A System.Windows.Forms.DialogResult enumeration value, indicating the return value of the dialog box.

Remarks

Generally, this method should not be called from your code. It is intended to be used in Show View Strategies (see ShowViewStrategyBase) and internal classes only.

See Also