Click or drag to resize

CommonDialogShowDialog Method (Window)

Shows the dialog with the specified parent window, blocking until a result is returned.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual DialogResult ShowDialog(
	Window parent
)

Parameters

parent
Type: Eto.FormsWindow
Parent window.

Return Value

Type: DialogResult
The dialog result.
See Also